mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
427 B
Plaintext
16 lines
427 B
Plaintext
puts "========================"
|
|
puts "0025171: STEP Lexer - the strings with quote sign inside can't be properly lexed"
|
|
puts "========================"
|
|
|
|
# Read file
|
|
stepread [locate_data_file bug25171.stp] res *
|
|
|
|
# Checking
|
|
set state [data c]
|
|
if { [regexp "6425 Entities, of which 65 Root" $state] != 1 } {
|
|
puts "Error : wrong count of transferred roots"
|
|
}
|
|
|
|
checknbshapes res_1 -face 53 -shell 5 -solid 5
|
|
checkshape res_1 f
|