参考所有分组:补 percent 错误 source 覆盖,测试通过
This commit is contained in:
@@ -1022,9 +1022,13 @@ done
|
||||
# read_one_item() then uses the default reader table from interp_array.cc
|
||||
# and rejects unknown item-start characters, including middle-of-line or
|
||||
# comment-prefixed N/O words, midline O-words, bracket expressions, naked numbers, and
|
||||
# non-leading ATAN argument slashes.
|
||||
# non-leading ATAN argument slashes. LinuxCNC src/emc/rs274ngc/rs274ngc_pre.cc
|
||||
# open() only enables percent-file mode when the first nonblank line contains
|
||||
# only '%', so commented or non-opening percent lines reach read_one_item().
|
||||
bad_character_error_cases=(
|
||||
"linuxcnc_bad_character_bang_error|Bad character '!' used"
|
||||
"linuxcnc_commented_percent_error|Bad character '%' used"
|
||||
"linuxcnc_mid_program_percent_error|Bad character '%' used"
|
||||
"linuxcnc_bad_character_middle_n_word_error|Bad character 'n' used"
|
||||
"linuxcnc_comment_prefixed_n_word_error|Bad character 'n' used"
|
||||
"linuxcnc_comment_prefixed_spaced_n_word_error|Bad character 'n' used"
|
||||
|
||||
Reference in New Issue
Block a user