|
|
| version 1.2, 2009/08/30 05:30:30 | version 1.7, 2024/10/05 03:40:36 |
|---|---|
| Line 1 | Line 1 |
| Content-Type: text/html | Content-Type: text/html |
| Content-Length: 557 | Content-Length: 685 |
| <h3>Horisontal split '/a/b/c/' with '/'</h3> | <h3>Horisontal split '/a/b/c/' with '/'</h3> |
| Columns: | Columns: |
| nameless table | nameless table |
| <h3>Horisontal split '/a/b/c/' with '/' using column name 'zigi' (error)</h3> | <h3>Horisontal split '/a/b/c/' with '/' using column name 'zigi' (error)</h3> |
| <p>zigi: column name can't be specified with horisontal split [parser.runtime]</p> | <p>zigi: column name cannot be specified when splitting into a table horizontal row [parser.runtime]</p> |
| <h3>Horisontal split '/a/b/c/' with '/' using empty column name (ok)</h3> | <h3>Horisontal split '/a/b/c/' with '/' using empty column name (ok)</h3> |
| Columns: | Columns: |
| nameless table | nameless table |
| <hr /> | <hr /> |
| <h3>Vertical split '/a/b/c/' with '/'</h3> | <h3>Vertical split '/a/b/c/' with '/'</h3> |
| Columns: | Columns: |
| piece | piece |
| <h3>Vertical split '/a/b/c/' with '/' using column name 'zigi'</h3> | <h3>Vertical split '/a/b/c/' with '/' using column name 'zigi'</h3> |
| Columns: | Columns: |
| zigi | zigi |
| <h3>Vertical split '/a/b/c/' with '/' using empty column name</h3> | <h3>Vertical split '/a/b/c/' with '/' using empty column name</h3> |
| Columns: | Columns: |
| piece | piece |
| <hr /> | |
| <h3>Split of empty string with ','</h3> | |
| ^t.count[]: 0 | |
| <h3>Split of void with ','</h3> | |
| ^t.count[]: 0 | |