Fix bugs, add propper tests
This commit is contained in:
39
old_tests/tokeniser/punctuation.mcl
Normal file
39
old_tests/tokeniser/punctuation.mcl
Normal file
@@ -0,0 +1,39 @@
|
||||
;
|
||||
:
|
||||
::
|
||||
->
|
||||
=>
|
||||
+
|
||||
-
|
||||
,
|
||||
&
|
||||
*
|
||||
!
|
||||
/
|
||||
%
|
||||
<<
|
||||
>>
|
||||
&&
|
||||
||
|
||||
|
|
||||
>
|
||||
<
|
||||
>=
|
||||
<=
|
||||
^
|
||||
+=
|
||||
-=
|
||||
/=
|
||||
*=
|
||||
%=
|
||||
<<=
|
||||
>>=
|
||||
&=
|
||||
|=
|
||||
^=
|
||||
=
|
||||
==
|
||||
!=
|
||||
.
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user