| { | |
| "name": "output_ocrnl_explicit", | |
| "initial_termios": { | |
| "c_iflag": [], | |
| "c_oflag": [ | |
| "OPOST", | |
| "OCRNL" | |
| ], | |
| "c_lflag": [ | |
| "ICANON", | |
| "ECHO" | |
| ] | |
| }, | |
| "events": [ | |
| { | |
| "type": "write_to_master", | |
| "data": "a\r" | |
| }, | |
| { | |
| "type": "read_from_master", | |
| "data": "a\n" | |
| } | |
| ], | |
| "final_termios": { | |
| "c_iflag": [], | |
| "c_oflag": [ | |
| "OPOST", | |
| "OCRNL" | |
| ], | |
| "c_lflag": [ | |
| "ICANON", | |
| "ECHO" | |
| ] | |
| } | |
| } |