-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test case for UTF-8 parent config file name
- Loading branch information
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
parent 191_data/parent_ü.cfg | ||
|
||
BOX designA | ||
|
||
sample | ||
A from config file main | ||
ends | ||
|
||
shapes { | ||
w ("AAA", "AAA", "AAA") | ||
} | ||
|
||
elastic ( | ||
w | ||
) | ||
|
||
END designA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
BOX designB | ||
|
||
sample | ||
B from config file parent_ü | ||
ends | ||
|
||
shapes { | ||
w ("BBB") | ||
} | ||
|
||
elastic ( | ||
w | ||
) | ||
|
||
END designB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
:DESC | ||
Reference a design from a parent config defined in a config file with a UTF-8 file name. | ||
|
||
:ARGS | ||
-f 191_data/main.cfg -d designB -p l1 -s x3 -a vc | ||
:INPUT | ||
foo | ||
:OUTPUT-FILTER | ||
:EXPECTED | ||
BBB | ||
BBB foo | ||
BBB | ||
:EOF |