mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-11 10:44:53 +03: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"
|
|
} |