From 0efe669278a5e1c3f2985eba2f3360e91159c54a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 29 Nov 2022 13:37:25 +0100 Subject: Reorganize library and tests --- tests/ref/code/array.png | Bin 6191 -> 0 bytes tests/ref/code/block.png | Bin 2005 -> 0 bytes tests/ref/code/break-continue.png | Bin 7268 -> 0 bytes tests/ref/code/call.png | Bin 2337 -> 0 bytes tests/ref/code/closure.png | Bin 520 -> 0 bytes tests/ref/code/comment.png | Bin 797 -> 0 bytes tests/ref/code/dict.png | Bin 4584 -> 0 bytes tests/ref/code/for.png | Bin 3521 -> 0 bytes tests/ref/code/if.png | Bin 2336 -> 0 bytes tests/ref/code/import.png | Bin 4675 -> 0 bytes tests/ref/code/include.png | Bin 47545 -> 0 bytes tests/ref/code/let.png | Bin 3170 -> 0 bytes tests/ref/code/ops.png | Bin 977 -> 0 bytes tests/ref/code/repr.png | Bin 29799 -> 0 bytes tests/ref/code/return.png | Bin 2946 -> 0 bytes tests/ref/code/while.png | Bin 1058 -> 0 bytes 16 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tests/ref/code/array.png delete mode 100644 tests/ref/code/block.png delete mode 100644 tests/ref/code/break-continue.png delete mode 100644 tests/ref/code/call.png delete mode 100644 tests/ref/code/closure.png delete mode 100644 tests/ref/code/comment.png delete mode 100644 tests/ref/code/dict.png delete mode 100644 tests/ref/code/for.png delete mode 100644 tests/ref/code/if.png delete mode 100644 tests/ref/code/import.png delete mode 100644 tests/ref/code/include.png delete mode 100644 tests/ref/code/let.png delete mode 100644 tests/ref/code/ops.png delete mode 100644 tests/ref/code/repr.png delete mode 100644 tests/ref/code/return.png delete 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 deleted file mode 100644 index cbda8aee..00000000 Binary files a/tests/ref/code/array.png and /dev/null differ diff --git a/tests/ref/code/block.png b/tests/ref/code/block.png deleted file mode 100644 index 9cd0ba36..00000000 Binary files a/tests/ref/code/block.png and /dev/null differ diff --git a/tests/ref/code/break-continue.png b/tests/ref/code/break-continue.png deleted file mode 100644 index 401b3940..00000000 Binary files a/tests/ref/code/break-continue.png and /dev/null differ diff --git a/tests/ref/code/call.png b/tests/ref/code/call.png deleted file mode 100644 index f0f2e852..00000000 Binary files a/tests/ref/code/call.png and /dev/null differ diff --git a/tests/ref/code/closure.png b/tests/ref/code/closure.png deleted file mode 100644 index b4c83256..00000000 Binary files a/tests/ref/code/closure.png and /dev/null differ diff --git a/tests/ref/code/comment.png b/tests/ref/code/comment.png deleted file mode 100644 index 5928dc87..00000000 Binary files a/tests/ref/code/comment.png and /dev/null differ diff --git a/tests/ref/code/dict.png b/tests/ref/code/dict.png deleted file mode 100644 index 04a5dd7d..00000000 Binary files a/tests/ref/code/dict.png and /dev/null differ diff --git a/tests/ref/code/for.png b/tests/ref/code/for.png deleted file mode 100644 index 60c505ec..00000000 Binary files a/tests/ref/code/for.png and /dev/null differ diff --git a/tests/ref/code/if.png b/tests/ref/code/if.png deleted file mode 100644 index 177e61bd..00000000 Binary files a/tests/ref/code/if.png and /dev/null differ diff --git a/tests/ref/code/import.png b/tests/ref/code/import.png deleted file mode 100644 index 00d3b2ee..00000000 Binary files a/tests/ref/code/import.png and /dev/null differ diff --git a/tests/ref/code/include.png b/tests/ref/code/include.png deleted file mode 100644 index d3d66032..00000000 Binary files a/tests/ref/code/include.png and /dev/null differ diff --git a/tests/ref/code/let.png b/tests/ref/code/let.png deleted file mode 100644 index 07afcb96..00000000 Binary files a/tests/ref/code/let.png and /dev/null differ diff --git a/tests/ref/code/ops.png b/tests/ref/code/ops.png deleted file mode 100644 index abcab137..00000000 Binary files a/tests/ref/code/ops.png and /dev/null differ diff --git a/tests/ref/code/repr.png b/tests/ref/code/repr.png deleted file mode 100644 index b81083f5..00000000 Binary files a/tests/ref/code/repr.png and /dev/null differ diff --git a/tests/ref/code/return.png b/tests/ref/code/return.png deleted file mode 100644 index 50410887..00000000 Binary files a/tests/ref/code/return.png and /dev/null differ diff --git a/tests/ref/code/while.png b/tests/ref/code/while.png deleted file mode 100644 index 026f9943..00000000 Binary files a/tests/ref/code/while.png and /dev/null differ -- cgit v1.2.3