Updated skip_white_spaces, now check %U and %T codes

This commit is contained in:
jvelilla
2010-03-16 00:08:37 +00:00
parent 5d63c63a39
commit e638eeaae4

View File

@@ -65,7 +65,7 @@ feature -- Commands
from
c := actual
until
(c /= ' ' and c /= '%N' and c /= '%R') or not has_next
(c /= ' ' and c /= '%N' and c /= '%R' and c /= '%U' and c /= '%T' ) or not has_next
loop
next
c := actual