Skip to content

Commit

Permalink
Xojo-Language: REM
Browse files Browse the repository at this point in the history
  • Loading branch information
XojoGermany committed Mar 22, 2021
1 parent cccf8da commit e5736d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/languages/xojo/comment_feature.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Rem Foobar
----------------------------------------------------

[
["comment", ["' Foobar"]],
["comment", ["// Foobar"]],
["comment", [["keyword", "Rem"], " Foobar"]]
["comment", "' Foobar"],
["comment", "// Foobar"],
["comment", "Rem Foobar"]
]

----------------------------------------------------
Expand Down

0 comments on commit e5736d0

Please sign in to comment.