1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-19 02:39:42 +00:00
TiddlyWiki5/editions/test
Robin Munn ab72cc7b09
Allow negative indexes in json operators (#7849)
* Add unit tests for negative indexes in json ops

* Allow negative indexes in JSON operators

Negative indexes will be treated as counting from the end, so -1 means
last item of the array, -2 means next-to-last item, and so on.

* Add documentation for negative indexes
2023-11-21 11:05:13 +00:00
..
tiddlers Allow negative indexes in json operators (#7849) 2023-11-21 11:05:13 +00:00
playwright.spec.js Add support for running in-browser tests via playwright in GitHub CLI (#7820) 2023-10-29 09:05:24 +00:00
tiddlywiki.info Jasmine command (#6944) 2022-11-20 17:54:18 +00:00