Skip to content

Commit a5cdefa

Browse files
author
Reinhold Bertram
committed
add test constellation for unknown operator
1 parent 9067e1f commit a5cdefa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test_check.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,7 @@
126126
tokens = tokenize_code('....');
127127
assert(tokens(1).hasType('punctuation'));
128128
assert(tokens(2).hasType('comment'));
129+
130+
tokens = tokenize_code('.*...');
131+
assert(tokens(1).hasType('punctuation'));
132+
assert(tokens(2).hasType('punctuation'));

0 commit comments

Comments
 (0)