1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/step/bug30848
dpasukhi bf0114a372 0030848: Data Exchange - Problem load step file
Update .step scanner rules to read anything within the text, including nested apostrophes
2020-09-12 20:42:20 +03:00

11 lines
274 B
Plaintext

puts "========================"
puts "0030848: Data Exchange - Problem load step file"
puts "========================"
ReadStep D [locate_data_file bug30848.stp]
set state [data c]
if { [regexp "62921" $state] != 1 } {
puts "Error : wrong count of transferred roots"
}