Updated skip_white_spaces, now check %U and %T codes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user