Skip to content

Commit

Permalink
Adding new unit-test inspired by issue 1633
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho committed Aug 6, 2024
1 parent 9ac72e9 commit b65a8d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyk/src/tests/integration/kllvm/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def _in_module(kore_text: str) -> str:
(r'string-\x24', r'"a\x24b"'),
(r'string-\u03b1', r'"a\u03b1b"'),
(r'string-\U0001F642', r'"a\U0001F642b"'),
(r'foo0\\\\uffff\\\\Uffffffff', r'"foo0\\\\uffff\\\\Uffffffff"'),
('evar', 'X : SortInt{}'),
('evar-sortvar', 'X : S'),
('svar', '@X : SortInt{}'),
Expand Down

0 comments on commit b65a8d8

Please sign in to comment.