jgm / djot

A light markup language
https://djot.net
MIT License
1.67k stars 43 forks source link

Use underscore delimiter in all test filenames #74

Closed hellux closed 1 year ago

hellux commented 1 year ago

While generating tests using the files in the test directory I noticed some files use - as a delimiter while the majority uses _. Here's a quick fix to make all files use underscores.

Primarily, this allows using the filename directly as an identifier in most languages.