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 tests/ref/comment.png | Bin 708 -> 0 bytes tests/ref/control/for.png | Bin 2685 -> 0 bytes tests/ref/control/if.png | Bin 1644 -> 0 bytes tests/ref/control/invalid.png | Bin 3647 -> 0 bytes tests/ref/control/let.png | Bin 1974 -> 0 bytes tests/ref/control/while.png | Bin 879 -> 0 bytes tests/ref/expand.png | Bin 1372 -> 0 bytes tests/ref/expr/array.png | Bin 3396 -> 0 bytes tests/ref/expr/block-invalid.png | Bin 512 -> 0 bytes tests/ref/expr/block.png | Bin 1407 -> 0 bytes tests/ref/expr/call-invalid.png | Bin 2897 -> 0 bytes tests/ref/expr/call.png | Bin 5972 -> 0 bytes tests/ref/expr/dict.png | Bin 1612 -> 0 bytes tests/ref/expr/ops.png | Bin 782 -> 0 bytes tests/ref/layout/fixed.png | Bin 0 -> 1372 bytes tests/ref/repr.png | Bin 10838 -> 0 bytes tests/ref/spacing.png | Bin 5208 -> 0 bytes tests/ref/text/whitespace.png | Bin 2084 -> 7160 bytes 32 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 delete mode 100644 tests/ref/comment.png delete mode 100644 tests/ref/control/for.png delete mode 100644 tests/ref/control/if.png delete mode 100644 tests/ref/control/invalid.png delete mode 100644 tests/ref/control/let.png delete mode 100644 tests/ref/control/while.png delete mode 100644 tests/ref/expand.png delete mode 100644 tests/ref/expr/array.png delete mode 100644 tests/ref/expr/block-invalid.png delete mode 100644 tests/ref/expr/block.png delete mode 100644 tests/ref/expr/call-invalid.png delete mode 100644 tests/ref/expr/call.png delete mode 100644 tests/ref/expr/dict.png delete mode 100644 tests/ref/expr/ops.png create mode 100644 tests/ref/layout/fixed.png delete mode 100644 tests/ref/repr.png delete mode 100644 tests/ref/spacing.png (limited to 'tests/ref') 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 diff --git a/tests/ref/comment.png b/tests/ref/comment.png deleted file mode 100644 index 6654e125..00000000 Binary files a/tests/ref/comment.png and /dev/null differ diff --git a/tests/ref/control/for.png b/tests/ref/control/for.png deleted file mode 100644 index f9abf074..00000000 Binary files a/tests/ref/control/for.png and /dev/null differ diff --git a/tests/ref/control/if.png b/tests/ref/control/if.png deleted file mode 100644 index b30e63f8..00000000 Binary files a/tests/ref/control/if.png and /dev/null differ diff --git a/tests/ref/control/invalid.png b/tests/ref/control/invalid.png deleted file mode 100644 index bfd3ec2c..00000000 Binary files a/tests/ref/control/invalid.png and /dev/null differ diff --git a/tests/ref/control/let.png b/tests/ref/control/let.png deleted file mode 100644 index 8a5c5fc6..00000000 Binary files a/tests/ref/control/let.png and /dev/null differ diff --git a/tests/ref/control/while.png b/tests/ref/control/while.png deleted file mode 100644 index c0045350..00000000 Binary files a/tests/ref/control/while.png and /dev/null differ diff --git a/tests/ref/expand.png b/tests/ref/expand.png deleted file mode 100644 index e07e15e8..00000000 Binary files a/tests/ref/expand.png and /dev/null differ diff --git a/tests/ref/expr/array.png b/tests/ref/expr/array.png deleted file mode 100644 index b1e20348..00000000 Binary files a/tests/ref/expr/array.png and /dev/null differ diff --git a/tests/ref/expr/block-invalid.png b/tests/ref/expr/block-invalid.png deleted file mode 100644 index d1e85402..00000000 Binary files a/tests/ref/expr/block-invalid.png and /dev/null differ diff --git a/tests/ref/expr/block.png b/tests/ref/expr/block.png deleted file mode 100644 index 6b0dd540..00000000 Binary files a/tests/ref/expr/block.png and /dev/null differ diff --git a/tests/ref/expr/call-invalid.png b/tests/ref/expr/call-invalid.png deleted file mode 100644 index f2f90f09..00000000 Binary files a/tests/ref/expr/call-invalid.png and /dev/null differ diff --git a/tests/ref/expr/call.png b/tests/ref/expr/call.png deleted file mode 100644 index ae05f617..00000000 Binary files a/tests/ref/expr/call.png and /dev/null differ diff --git a/tests/ref/expr/dict.png b/tests/ref/expr/dict.png deleted file mode 100644 index 09f69b56..00000000 Binary files a/tests/ref/expr/dict.png and /dev/null differ diff --git a/tests/ref/expr/ops.png b/tests/ref/expr/ops.png deleted file mode 100644 index b566b5b7..00000000 Binary files a/tests/ref/expr/ops.png and /dev/null differ diff --git a/tests/ref/layout/fixed.png b/tests/ref/layout/fixed.png new file mode 100644 index 00000000..e07e15e8 Binary files /dev/null and b/tests/ref/layout/fixed.png differ diff --git a/tests/ref/repr.png b/tests/ref/repr.png deleted file mode 100644 index b93677f1..00000000 Binary files a/tests/ref/repr.png and /dev/null differ diff --git a/tests/ref/spacing.png b/tests/ref/spacing.png deleted file mode 100644 index 82f7e8d2..00000000 Binary files a/tests/ref/spacing.png and /dev/null differ diff --git a/tests/ref/text/whitespace.png b/tests/ref/text/whitespace.png index 35a21320..27a67586 100644 Binary files a/tests/ref/text/whitespace.png and b/tests/ref/text/whitespace.png differ -- cgit v1.2.3