effective-java-3rd-chinese/docs/_style/prism-master/tests/languages/gcode/comment_feature.test
2019-03-14 13:10:17 +08:00

21 lines
347 B
Plaintext

; foo
(Home some axes)
G28 (here come the axes to be homed) X
----------------------------------------------------
[
["comment", "; foo"],
["comment", "(Home some axes)"],
["keyword", "G28"],
["comment", "(here come the axes to be homed)"],
["property", "X"]
]
----------------------------------------------------
Checks for comments.