mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-28 16:06:13 +01:00
Rename test fixtures
This commit is contained in:
26
tests/casts/full-v1.json
Normal file
26
tests/casts/full-v1.json
Normal 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"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user