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 | e69c90a34b5bdc96271cd966e84c76f44a99d69e (patch) | |
tree | 65f06c442b71c4977f056f4b50fb1fb3e75dd3b4 /common.et | |
parent | c85b4fdbd0fe58af93ff70ad62abe8b5aed8f82e (diff) |
(test) Switch test script extension to “et”
Diffstat (limited to 'common.et')
-rw-r--r-- | common.et | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common.et b/common.et new file mode 100644 index 0000000..89941f0 --- /dev/null +++ b/common.et @@ -0,0 +1,3 @@ +module common + +export def refpat = /blake2#[0-9a-f]*/ |