mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-13 03:30:56 +08:00
12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
#######################################################################
|
|
# Crash when parsing an expression with lexical error
|
|
#######################################################################
|
|
pload QAcommands
|
|
|
|
set result [CR23403 \t]
|
|
set length [llength ${result}]
|
|
|
|
puts ""
|
|
if { ${length} != 0 } {
|
|
puts "Error : parsing is incorrect"
|
|
} |