From 45245f069570cbbc63eb4120bf5dbb778b7175ef Mon Sep 17 00:00:00 2001 From: Ian Wrzesinski <133046678+wrzian@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:31:45 -0400 Subject: Fix empty 2-d math args with whitespace/trivia (#3786) Co-authored-by: Laurenz --- tests/ref/issue-3774-math-call-empty-2d-args.png | Bin 0 -> 757 bytes tests/ref/math-call-2d-semicolon-priority.png | Bin 0 -> 796 bytes tests/ref/math-call-empty-args-non-func.png | Bin 0 -> 630 bytes tests/ref/math-call-pass-to-box.png | Bin 0 -> 2289 bytes tests/ref/math-shorthandes.png | Bin 1211 -> 0 bytes tests/ref/math-shorthands.png | Bin 0 -> 1211 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/ref/issue-3774-math-call-empty-2d-args.png create mode 100644 tests/ref/math-call-2d-semicolon-priority.png create mode 100644 tests/ref/math-call-empty-args-non-func.png create mode 100644 tests/ref/math-call-pass-to-box.png delete mode 100644 tests/ref/math-shorthandes.png create mode 100644 tests/ref/math-shorthands.png (limited to 'tests/ref') diff --git a/tests/ref/issue-3774-math-call-empty-2d-args.png b/tests/ref/issue-3774-math-call-empty-2d-args.png new file mode 100644 index 00000000..ce4b4eb8 Binary files /dev/null and b/tests/ref/issue-3774-math-call-empty-2d-args.png differ diff --git a/tests/ref/math-call-2d-semicolon-priority.png b/tests/ref/math-call-2d-semicolon-priority.png new file mode 100644 index 00000000..18807e0b Binary files /dev/null and b/tests/ref/math-call-2d-semicolon-priority.png differ diff --git a/tests/ref/math-call-empty-args-non-func.png b/tests/ref/math-call-empty-args-non-func.png new file mode 100644 index 00000000..5ca90df5 Binary files /dev/null and b/tests/ref/math-call-empty-args-non-func.png differ diff --git a/tests/ref/math-call-pass-to-box.png b/tests/ref/math-call-pass-to-box.png new file mode 100644 index 00000000..0ce1b3d0 Binary files /dev/null and b/tests/ref/math-call-pass-to-box.png differ diff --git a/tests/ref/math-shorthandes.png b/tests/ref/math-shorthandes.png deleted file mode 100644 index ff26ce96..00000000 Binary files a/tests/ref/math-shorthandes.png and /dev/null differ diff --git a/tests/ref/math-shorthands.png b/tests/ref/math-shorthands.png new file mode 100644 index 00000000..ff26ce96 Binary files /dev/null and b/tests/ref/math-shorthands.png differ -- cgit v1.2.3