PLanCompS 405180c863 Reorganise tests
Make the titles of test pages more suggestive.
Refactor the documentation of the tests.
2020-09-28 16:37:42 +02:00

495 B

layout title parent grand_parent
default Order Navigation Tests

Order

The value of nav_order can be numbers (integers, floats) and/or strings. The following tests illustrate their effects.

  • Default, using title instead of nav_order fields.
  • Strings, lexicographically ordered, possibly case-insensitively.
  • Integers, numerically ordered.
  • Floats, numerically ordered.
  • Mixture, with numbers before strings.