From 8b58171d7ca036d71b32749286c251cc91bdd10e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 18 May 2021 00:36:11 +0200 Subject: Reorganize test cases --- tests/ref/code/array.png | Bin 0 -> 3396 bytes tests/ref/code/block-invalid.png | Bin 0 -> 512 bytes tests/ref/code/block.png | Bin 0 -> 1407 bytes tests/ref/code/call-invalid.png | Bin 0 -> 2897 bytes tests/ref/code/call.png | Bin 0 -> 5972 bytes tests/ref/code/comment.png | Bin 0 -> 708 bytes tests/ref/code/dict.png | Bin 0 -> 1612 bytes tests/ref/code/for.png | Bin 0 -> 2685 bytes tests/ref/code/if.png | Bin 0 -> 1644 bytes tests/ref/code/invalid.png | Bin 0 -> 3647 bytes tests/ref/code/let.png | Bin 0 -> 1974 bytes tests/ref/code/ops.png | Bin 0 -> 782 bytes tests/ref/code/repr.png | Bin 0 -> 10838 bytes tests/ref/code/while.png | Bin 0 -> 879 bytes 14 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/ref/code/array.png create mode 100644 tests/ref/code/block-invalid.png create mode 100644 tests/ref/code/block.png create mode 100644 tests/ref/code/call-invalid.png create mode 100644 tests/ref/code/call.png create mode 100644 tests/ref/code/comment.png create mode 100644 tests/ref/code/dict.png create mode 100644 tests/ref/code/for.png create mode 100644 tests/ref/code/if.png create mode 100644 tests/ref/code/invalid.png create mode 100644 tests/ref/code/let.png create mode 100644 tests/ref/code/ops.png create mode 100644 tests/ref/code/repr.png create mode 100644 tests/ref/code/while.png (limited to 'tests/ref/code') diff --git a/tests/ref/code/array.png b/tests/ref/code/array.png new file mode 100644 index 00000000..b1e20348 Binary files /dev/null and b/tests/ref/code/array.png differ diff --git a/tests/ref/code/block-invalid.png b/tests/ref/code/block-invalid.png new file mode 100644 index 00000000..d1e85402 Binary files /dev/null and b/tests/ref/code/block-invalid.png differ diff --git a/tests/ref/code/block.png b/tests/ref/code/block.png new file mode 100644 index 00000000..6b0dd540 Binary files /dev/null and b/tests/ref/code/block.png differ diff --git a/tests/ref/code/call-invalid.png b/tests/ref/code/call-invalid.png new file mode 100644 index 00000000..f2f90f09 Binary files /dev/null and b/tests/ref/code/call-invalid.png differ diff --git a/tests/ref/code/call.png b/tests/ref/code/call.png new file mode 100644 index 00000000..ae05f617 Binary files /dev/null and b/tests/ref/code/call.png differ diff --git a/tests/ref/code/comment.png b/tests/ref/code/comment.png new file mode 100644 index 00000000..6654e125 Binary files /dev/null and b/tests/ref/code/comment.png differ diff --git a/tests/ref/code/dict.png b/tests/ref/code/dict.png new file mode 100644 index 00000000..09f69b56 Binary files /dev/null and b/tests/ref/code/dict.png differ diff --git a/tests/ref/code/for.png b/tests/ref/code/for.png new file mode 100644 index 00000000..f9abf074 Binary files /dev/null and b/tests/ref/code/for.png differ diff --git a/tests/ref/code/if.png b/tests/ref/code/if.png new file mode 100644 index 00000000..b30e63f8 Binary files /dev/null and b/tests/ref/code/if.png differ diff --git a/tests/ref/code/invalid.png b/tests/ref/code/invalid.png new file mode 100644 index 00000000..bfd3ec2c Binary files /dev/null and b/tests/ref/code/invalid.png differ diff --git a/tests/ref/code/let.png b/tests/ref/code/let.png new file mode 100644 index 00000000..8a5c5fc6 Binary files /dev/null and b/tests/ref/code/let.png differ diff --git a/tests/ref/code/ops.png b/tests/ref/code/ops.png new file mode 100644 index 00000000..b566b5b7 Binary files /dev/null and b/tests/ref/code/ops.png differ diff --git a/tests/ref/code/repr.png b/tests/ref/code/repr.png new file mode 100644 index 00000000..b93677f1 Binary files /dev/null and b/tests/ref/code/repr.png differ diff --git a/tests/ref/code/while.png b/tests/ref/code/while.png new file mode 100644 index 00000000..c0045350 Binary files /dev/null and b/tests/ref/code/while.png differ -- cgit v1.2.3