mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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"
|
|
} |