diff options
| author | Martin Fischer <martin@push-f.com> | 2021-11-30 18:54:39 +0100 | 
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2021-12-05 02:52:36 +0100 | 
| commit | 042409a2c40bb997739326928eab7d0430cec50b (patch) | |
| tree | f7566682a4a75d24dc33924fa7f985c68605558f /tests/span-tests | |
| parent | fff865a98aa288930d6e363f03ad57570e429e92 (diff) | |
spans: fix spans for quoted attribute values
Diffstat (limited to 'tests/span-tests')
| -rw-r--r-- | tests/span-tests/demo.out | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/tests/span-tests/demo.out b/tests/span-tests/demo.out index 156247e..ad9cfb8 100644 --- a/tests/span-tests/demo.out +++ b/tests/span-tests/demo.out @@ -12,8 +12,8 @@ note:    │                                attr name  4 │  5 │ Attribute values can be quoted: <input name = 'age' type = "number"> -  │                                        ^^^^   ^^^   ^^^^   ^^^^^^ attr value -  │                                        │      │     │ -  │                                        │      │     attr name -  │                                        │      attr value +  │                                        ^^^^    ^^^  ^^^^    ^^^^^^ attr value +  │                                        │       │    │ +  │                                        │       │    attr name +  │                                        │       attr value    │                                        attr name | 
