diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-30 20:07:07 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-30 20:07:07 +0200 |
commit | f109a2b90df20af4e8593c0f2a33bdd4075154c1 (patch) | |
tree | 339f638b21b9dd81d2b90a297568b5127d6859f8 /test/common.et | |
parent | 4fcfcfc66db002ef0197b64993306f6fa1ce840b (diff) |
Switch test script extension to “et”
Diffstat (limited to 'test/common.et')
-rw-r--r-- | test/common.et | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/common.et b/test/common.et new file mode 100644 index 0000000..89941f0 --- /dev/null +++ b/test/common.et @@ -0,0 +1,3 @@ +module common + +export def refpat = /blake2#[0-9a-f]*/ |