Correction of testing case for issue 24374
[occt.git] / tests / bugs / fclasses / bug23403
CommitLineData
9fe1ada8 1#######################################################################
2# Crash when parsing an expression with lexical error
3#######################################################################
4pload QAcommands
5
6set result [CR23403 \t]
355c1551 7set ll [llength ${result}]
9fe1ada8 8
9puts ""
355c1551 10if { ${ll} != 0 } {
9fe1ada8 11 puts "Error : parsing is incorrect"
12}