Ticket #370 (closed defect: duplicate)
flawed slices RegEx
| Reported by: | lyallp | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 2.4.2 |
| Component: | core | Version: | 2.2.04 |
| Severity: | medium | Keywords: | slices |
| Cc: |
Description
Please find the following two tiddlywikis (nice clean versions from tiddlywiki.com - version 2.2.4 )
http://remotely-helpful.com/TiddlyWiki/TestSlicesDefault.html
This demonstrates various slice formats (around 700 or 800 combinations) and what the current 2.2.4 slice regexp does with the values.
http://remotely-helpful.com/TiddlyWiki/TestSlices.html
This demonstrates a revised slice regexp (which currently does not support retrieval of more than one column of data) via a plugin. The *only* thing changed is the regexp. All the tests are identical. Not one failure. I would expect this regexp to be placed in the core.
I may have taken liberties with the expected slice naming convention, like allowing spaces in slice names.
Feel free to peruse the TheSlices? tiddler to see the various test cases.
The plugin in http://remotely-helpful.com/TiddlyWiki/TestSlices.html contains the regexp I would expect to be placed in core.
