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 from
c := actual c := actual
until 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 loop
next next
c := actual c := actual