1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

[api] allow text event data grouping by tag

This commit is contained in:
Étienne Fildadut 2024-04-29 23:23:15 +02:00
parent 2a7e1a4be5
commit a3dded3935
7 changed files with 140 additions and 23 deletions

View file

@ -0,0 +1,45 @@
--# run #--
--- text ---
| {}"A" |
| {}"A" |
| {}"A" |
--- text ---
| {"group":1}"B" |
| {"group":1}"B" |
| {"group":1}"B" |
--- text ---
:: group ::
| {"group":1}"C" |
| {"group":1}"C" |
:: group ::
| {"group":3}"D" |
--- text ---
:: group ::
| {"group":1}"E" |
:: group ::
| {"group":"j"}"F" |
:: group ::
| {"group":1}"G" |
--- text ---
:: group ::
| {"group":1}"H" |
:: group ::
| {}"I" |
:: group ::
| {"group":1}"J" |
--- text ---
:: group ::
| {"group":1}"K" |
:: group ::
| {}"L" |
| {"not group":1}"L" |
--- text ---
:: group ::
| {}"M" |
:: group ::
| {"group":"j"}"N" |
| {"group":"j"}"N" |
--- return ---
()
--# saved #--
{}