fix tests

This commit is contained in:
S-YOU 2019-06-27 02:03:35 +09:00 committed by Alexander Medvednikov
parent 2ca6859982
commit d998313bb1
6 changed files with 9 additions and 7 deletions

View file

@ -289,4 +289,5 @@ fn test_all_after() {
s := 'fn hello'
q := s.all_after('fn ')
assert q == 'hello'
}