From 6f4309217326430145564ae8b1bb393ea684f39f Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Wed, 20 Jan 2021 10:48:45 +0100 Subject: Also add auto-updatable output-based tests to examplefiles (#1689) Co-authored-by: Georg Brandl --- tests/examplefiles/qbasic/qbasic_example.output | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/examplefiles/qbasic/qbasic_example.output (limited to 'tests/examplefiles/qbasic/qbasic_example.output') diff --git a/tests/examplefiles/qbasic/qbasic_example.output b/tests/examplefiles/qbasic/qbasic_example.output new file mode 100644 index 00000000..8782fbb9 --- /dev/null +++ b/tests/examplefiles/qbasic/qbasic_example.output @@ -0,0 +1,19 @@ +'10' Name.Label +' ' Text.Whitespace +'print' Name.Variable.Global +' ' Text.Whitespace +'RIGHT$' Keyword.Reserved +'(' Punctuation +'"hi there"' Literal.String.Double +',' Punctuation +' ' Text.Whitespace +'5' Literal.Number.Integer.Long +')' Punctuation +'\n' Text + +'20' Name.Label +' ' Text.Whitespace +'goto' Name.Variable.Global +' ' Text.Whitespace +'10' Literal.Number.Integer.Long +'\n' Text -- cgit v1.2.1