MCPcopy Create free account
hub / github.com/Vanderhoof/PyDBML / test_multiline_with_quotes

Method test_multiline_with_quotes

test/test_tools.py:57–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 self.assertEqual(expected, note_option_to_dbml(note))
56
57 def test_multiline_with_quotes(self) -> None:
58 note = Note("line1\n'''line2\nline3")
59 expected = "note: '''line1\n\\'''line2\nline3'''"
60 self.assertEqual(expected, note_option_to_dbml(note))
61
62
63class TestIndent(TestCase):

Callers

nothing calls this directly

Calls 2

NoteClass · 0.90
note_option_to_dbmlFunction · 0.90

Tested by

no test coverage detected