1
0
mirror of https://github.com/thangisme/notes.git synced 2026-06-16 14:19:58 -04:00

Tests updated

This commit is contained in:
PLanCompS
2020-09-28 12:08:27 +02:00
parent 76f8f064ac
commit aa247408e4
33 changed files with 288 additions and 155 deletions

View File

@@ -1,8 +1,14 @@
---
layout: default
title: Order
has_children: true
nav_order: 110
parent: Navigation
grand_parent: Tests
---
# Order
- [Default](default/), using `title` instead of `nav_order` fields.
- [Strings](strings/), lexicographically ordered, possibly case-insensitively.
- [Integers](integers/), numerically ordered.
- [Floats](floats/), numerically ordered.
- [Mixture](mixture/), with numbers before strings.