()
| 31 | |
| 32 | |
| 33 | def test_tojavascript_with_string(): |
| 34 | assert tojavascript("Hello, World!") == _to_escaped_json("Hello, World!") |
| 35 | |
| 36 | |
| 37 | def test_tojavascript_with_combined_elements(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…