Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit 9d2f8fa

Browse files
committed
Add test case for #24
1 parent 64e3a63 commit 9d2f8fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_pydot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ def test_quote_cases(self):
304304
('"1abc"', '"1abc"'),
305305
('@', '"@"'),
306306
('ÿ', 'ÿ'),
307+
('$GUID__/ffb73e1c-7495-40b3-9618-9e5462fc89c7',
308+
'"$GUID__/ffb73e1c-7495-40b3-9618-9e5462fc89c7"')
307309
)
308310

309311
for input, expected in checks:

0 commit comments

Comments
 (0)