From 3d8e234c1bcdae6e83465d08158188e76aa1aae9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 5 Dec 2019 03:13:37 -0500 Subject: convert tests to fixtures --- tests/data/fixtures/colors.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/data/fixtures/colors.in (limited to 'tests/data/fixtures/colors.in') diff --git a/tests/data/fixtures/colors.in b/tests/data/fixtures/colors.in new file mode 100644 index 0000000..3b422fb --- /dev/null +++ b/tests/data/fixtures/colors.in @@ -0,0 +1,19 @@ +foo\x1b[31mbar +\x1b[2D\x1b[45mab +\x1b[m +\x1b[15;15Hfoo\x1b[31mbar\x1b[m +\x1b[2D\x1b[45mab +\x1b[m\x1b[2J\x1b[H +a\x1b[38;5;123mb\x1b[48;5;158mc +\x1b[38;2;50;75;100md\x1b[48;2;125;150;175me +\x1b[m\x1b[2J\x1b[H +\x1b[32;47mfoo +\x1b[2J\x1b[H +\x1b[39mfoo +\x1b[2J\x1b[H +\x1b[49mfoo +\x1b[m\x1b[2J\x1b[H +\x1b[92;107mfoo +\x1bcfoo +\x1b[1;2H\x1b[41mo\x1b[m +\x1b[1;1H\x1b[41m\x1b[X\x1b[m -- cgit v1.2.3-54-g00ecf