Files
OnJava8/docs/_style/prism-master/tests/languages/gcode/property_feature.test
2019-03-30 20:31:44 +08:00

18 lines
338 B
Plaintext

X123
Y0.2
Z-3.1415
E420:420
----------------------------------------------------
[
["property", "X"], "123\n",
["property", "Y"], "0.2\n",
["property", "Z"], "-3.1415\n",
["property", "E"], "420", ["punctuation", ":"], "420"
]
----------------------------------------------------
Checks for all other codes except G- and M-codes.