Skip to content

Instantly share code, notes, and snippets.

@typesupply
Created March 2, 2020 01:17
Show Gist options
  • Save typesupply/a9556322955f5a2f739a48546dd06119 to your computer and use it in GitHub Desktop.
Save typesupply/a9556322955f5a2f739a48546dd06119 to your computer and use it in GitHub Desktop.
# This is a comment, which shouldn't be visible!
# This is a script declaration:
^ latn
# This is a language declaration:
@ None
# This is a writing direction start point declaration:
* left
# the options are "left" for left to right
# and "right" for right to left.
! This is a note!
# Notes are visible in the output.
! These are feature state changes:
+ liga calt
- kern
! This is input:
> T h i s space i s space a space t e s t exclam
! This is input with an expected output as glyph names:
> T h i s space i s space a space t e s t exclam
< T h i s space i s space a space t e s t exclam
! This is input with an expected output as glyph records:
> T h i s space i s space a space t e s t exclam
< <T 0 0 0 0> <h 0 0 0 0> <i 0 0 0 0> <s 0 0 0 0> <space 0 0 0 0> <i 0 0 0 0> <s 0 0 0 0> <space 0 0 0 0> <a 0 0 0 0> <space 0 0 0 0> <t 0 0 0 0> <e 0 0 0 0> <s 0 0 0 0> <t 0 0 0 0> <exclam 0 0 0 0>
! This is a test with a failing expected output:
> T h i s space i s space a space t e s t exclam
< T h i s space i s space a space f a i l i n g space t e s t exclam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment