aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/macros.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/klippy/macros.cfg')
-rw-r--r--test/klippy/macros.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/klippy/macros.cfg b/test/klippy/macros.cfg
index 5604b507..a3488c21 100644
--- a/test/klippy/macros.cfg
+++ b/test/klippy/macros.cfg
@@ -112,6 +112,12 @@ gcode:
M112
{% endif %}
+# A utf8 test (with utf8 characters such as ° )
+[gcode_macro TEST_unicode] ; Also test end-of-line comments ( ° )
+variable_ABC: 25 # Another end-of-line comment test ( ° )
+description: A unicode test °
+gcode: G28
+
# Main test start point
[gcode_macro TESTIT]
gcode:
@@ -119,4 +125,5 @@ gcode:
TEST_expression
TEST_variable
TEST_param T=123
+ TEST_unicode
TEST_in