Rename test fixtures

This commit is contained in:
Marcin Kulik
2025-08-31 21:36:34 +02:00
parent 1eda16b912
commit b0eeb2f84e
3 changed files with 2 additions and 2 deletions

26
tests/casts/full-v1.json Normal file
View File

@@ -0,0 +1,26 @@
{
"version": 1,
"width": 100,
"height": 50,
"duration": 10.5,
"command": "/bin/bash",
"title": null,
"env": {
"TERM": "xterm-256color",
"SHELL": "/bin/bash"
},
"stdout": [
[
0.000001,
"ż"
],
[
10.00,
"ółć"
],
[
0.5,
"\r\n"
]
]
}