mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Update .step scanner rules to read anything within the text, including nested apostrophes
11 lines
274 B
Plaintext
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"
|
|
} |