From 67cd60ed97b492bd960f425770ab1a04ef8aa187 Mon Sep 17 00:00:00 2001 From: Jemma Issroff Date: Mon, 21 Aug 2023 10:32:12 -0700 Subject: Manually move files from test/snapshots to test/yarp/snapshots --- .../heredoc_with_escaped_newline_at_start.txt | 45 ---------------------- test/snapshots/newline-terminated-things.txt | 6 --- .../heredoc_with_escaped_newline_at_start.txt | 45 ++++++++++++++++++++++ test/yarp/snapshots/newline-terminated-things.txt | 6 +++ 4 files changed, 51 insertions(+), 51 deletions(-) delete mode 100644 test/snapshots/heredoc_with_escaped_newline_at_start.txt delete mode 100644 test/snapshots/newline-terminated-things.txt create mode 100644 test/yarp/snapshots/heredoc_with_escaped_newline_at_start.txt create mode 100644 test/yarp/snapshots/newline-terminated-things.txt diff --git a/test/snapshots/heredoc_with_escaped_newline_at_start.txt b/test/snapshots/heredoc_with_escaped_newline_at_start.txt deleted file mode 100644 index 43fa751526..0000000000 --- a/test/snapshots/heredoc_with_escaped_newline_at_start.txt +++ /dev/null @@ -1,45 +0,0 @@ -ProgramNode(0...62)( - [], - StatementsNode(0...62)( - [CallNode(0...25)( - InterpolatedStringNode(0...9)((0...9), [], (27...34)), - (9...10), - (10...14), - nil, - ArgumentsNode(15...25)( - [RegularExpressionNode(15...21)( - (15...16), - (16...20), - (20...21), - "^ {", - 0 - ), - StringNode(23...25)((23...24), (24...24), (24...25), "")] - ), - nil, - nil, - 0, - "gsub" - ), - CallNode(37...62)( - InterpolatedStringNode(37...46)((37...46), [], (65...73)), - (46...47), - (47...51), - nil, - ArgumentsNode(52...62)( - [RegularExpressionNode(52...58)( - (52...53), - (53...57), - (57...58), - "^ {", - 0 - ), - StringNode(60...62)((60...61), (61...61), (61...62), "")] - ), - nil, - nil, - 0, - "gsub" - )] - ) -) diff --git a/test/snapshots/newline-terminated-things.txt b/test/snapshots/newline-terminated-things.txt deleted file mode 100644 index e68ea1658e..0000000000 --- a/test/snapshots/newline-terminated-things.txt +++ /dev/null @@ -1,6 +0,0 @@ -ProgramNode(0...7)( - [], - StatementsNode(0...7)( - [RegularExpressionNode(0...7)((0...3), (3...6), (6...7), "foo", 0)] - ) -) diff --git a/test/yarp/snapshots/heredoc_with_escaped_newline_at_start.txt b/test/yarp/snapshots/heredoc_with_escaped_newline_at_start.txt new file mode 100644 index 0000000000..43fa751526 --- /dev/null +++ b/test/yarp/snapshots/heredoc_with_escaped_newline_at_start.txt @@ -0,0 +1,45 @@ +ProgramNode(0...62)( + [], + StatementsNode(0...62)( + [CallNode(0...25)( + InterpolatedStringNode(0...9)((0...9), [], (27...34)), + (9...10), + (10...14), + nil, + ArgumentsNode(15...25)( + [RegularExpressionNode(15...21)( + (15...16), + (16...20), + (20...21), + "^ {", + 0 + ), + StringNode(23...25)((23...24), (24...24), (24...25), "")] + ), + nil, + nil, + 0, + "gsub" + ), + CallNode(37...62)( + InterpolatedStringNode(37...46)((37...46), [], (65...73)), + (46...47), + (47...51), + nil, + ArgumentsNode(52...62)( + [RegularExpressionNode(52...58)( + (52...53), + (53...57), + (57...58), + "^ {", + 0 + ), + StringNode(60...62)((60...61), (61...61), (61...62), "")] + ), + nil, + nil, + 0, + "gsub" + )] + ) +) diff --git a/test/yarp/snapshots/newline-terminated-things.txt b/test/yarp/snapshots/newline-terminated-things.txt new file mode 100644 index 0000000000..e68ea1658e --- /dev/null +++ b/test/yarp/snapshots/newline-terminated-things.txt @@ -0,0 +1,6 @@ +ProgramNode(0...7)( + [], + StatementsNode(0...7)( + [RegularExpressionNode(0...7)((0...3), (3...6), (6...7), "foo", 0)] + ) +) -- cgit v1.2.3