From 2eea56e23f6ca76f631bf2c3db2fb3d30c04495e Mon Sep 17 00:00:00 2001 From: david parsons Date: Tue, 6 Feb 2024 15:17:19 -0800 Subject: [PATCH] add a test case for >%class1 class2% --- tests/div.t | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/div.t b/tests/div.t index 4e9468a..f6632ee 100644 --- a/tests/div.t +++ b/tests/div.t @@ -20,6 +20,11 @@ that that' \

that that

' +try 'a >%div% block with two classes' \ +'>%this that% +this that' \ +'

this that

' + try '>%class:div%' \ '>%class:this% this this' \