txm icon indicating copy to clipboard operation
txm copied to clipboard

Markdown code example tester; language-agnostic

Results 5 txm issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Given this test content, is it possible for txm to do a `contains` on the output of `docker ps` so that `contains == "CONTAINER ID"` ``` # Foo This is...

We are seeing a bit of strange behavior in our CI tests *only on windows runners*. Given this minimal example: ``` junk foo ``` The test succeeds on MacOS and...

## Description Tests like the following will always fail, because `process.stdout.write` does not write a terminating newline, while the `out` block is parsed as though it had an implicit terminating...

bug

### Why? This would be helpful for testing some types of programs: - Programs that require a long-running server process to be running in the background, like web services. -...

potential feature