From 9c32ab6621ae1e639e7c6e9603f509a543976edd Mon Sep 17 00:00:00 2001 From: laniakea64 Date: Thu, 18 Jul 2024 11:39:28 -0400 Subject: [PATCH] Test that attempt to pass multiple arguments to attribute shorthand syntax isn't highlighted as if it were valid --- tests/cases/invalid.html | 3 +++ tests/cases/invalid.just | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tests/cases/invalid.html b/tests/cases/invalid.html index c8abc46..bc3b113 100644 --- a/tests/cases/invalid.html +++ b/tests/cases/invalid.html @@ -116,3 +116,6 @@ [group: , unix] comma-is-not-invalid-attr-value: + +[script: 'bash', "-x", '-c'] +attr-shorthand-takes-only-one-argument: diff --git a/tests/cases/invalid.just b/tests/cases/invalid.just index 4beacda..c957f0c 100644 --- a/tests/cases/invalid.just +++ b/tests/cases/invalid.just @@ -116,3 +116,6 @@ invalid-shorthand-attr-value3: [group: , unix] comma-is-not-invalid-attr-value: + +[script: 'bash', "-x", '-c'] +attr-shorthand-takes-only-one-argument: