参考所有分组:补 percent 错误 source 覆盖,测试通过

This commit is contained in:
cnc
2026-06-03 09:12:17 +08:00
parent 2dd9847a7b
commit fa4296d730
4 changed files with 13 additions and 1 deletions

View File

@@ -567,6 +567,8 @@ grep -F 'tests/gcode/linuxcnc_close_and_downcase_words.ngc' test-linuxcnc-source
grep -F 'tests/gcode/linuxcnc_percent_file_ignores_trailing.ngc' test-linuxcnc-source-link.sh >/dev/null
grep -F 'linuxcnc_unclosed_comment_error|Unclosed comment found' test-linuxcnc-source-link.sh >/dev/null
grep -F 'linuxcnc_nested_comment_error|Nested comment found' test-linuxcnc-source-link.sh >/dev/null
grep -F 'linuxcnc_commented_percent_error|Bad character '\''%'\'' used' test-linuxcnc-source-link.sh >/dev/null
grep -F 'linuxcnc_mid_program_percent_error|Bad character '\''%'\'' used' test-linuxcnc-source-link.sh >/dev/null
for script in \
test-native.sh \