mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
STEP file is now opened in binary mode (instead of text mode) to avoid unexpected handling of control symbols inside string constants.
11 lines
357 B
Plaintext
11 lines
357 B
Plaintext
puts "========================"
|
|
puts "0030397: Data Exchange - STEP Reader extension to support entities which have a text description field with not supported symbols"
|
|
puts "========================"
|
|
|
|
ReadStep D [locate_data_file bug31397.stp]
|
|
|
|
set state [data c]
|
|
|
|
if { [regexp "141153" $state] != 1 } {
|
|
puts "Error : wrong count of transferred roots"
|
|
} |