mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Modified END file of all group bugs. Command nbshape moved to END file. Add begin with variable subgroup Small correction in END file Replaced test case bug726_3 from moddata to modalg
12 lines
335 B
Plaintext
Executable File
12 lines
335 B
Plaintext
Executable File
#######################################################################
|
|
# Crash when parsing an expression with lexical error
|
|
#######################################################################
|
|
pload QAcommands
|
|
|
|
set result [CR23403 \t]
|
|
set ll [llength ${result}]
|
|
|
|
puts ""
|
|
if { ${ll} != 0 } {
|
|
puts "Error : parsing is incorrect"
|
|
} |