summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2024-04-19display which theme is the default one in basic outputStéphane Blondon
2024-04-14display which theme is the default one in colored output (#2838)sblondon
2024-03-17fix: typoguoguangwu
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
2024-02-25Inline `format!` args wherever possibleLena
2024-02-24Rename `--squeeze` to `--squeeze-blank`einfachIrgendwer0815
2024-02-24Add tests for `--squeeze`einfachIrgendwer0815
2024-02-23Merge pull request #2807 from Oliver-Looney/2783-setting-terminal-titleDavid Peter
2783 setting terminal title
2024-02-20Apply clippy fixes (#2864)cyqsimon
* Apply clippy fixes * Write changelog
2024-02-11Merge branch 'master' into 2783-setting-terminal-titleOliver Looney
2024-02-11simplified basic_set_terminal_titleOliver looney
2024-02-09Remove hyperlink when wrapping linesEthan P
2024-02-09Re-emit hyperlinks when wrapping linesEthan P
2024-02-09Add tests for re-emitting SGR sequences on wrapEthan P
2024-02-09Add regression test for #2541Ethan P
More specifically, the test ensures that OSC sequences don't end up wrapping the line.
2024-02-08Using hypens instead of underscores for set-terminal-title commandOliver looney
2024-01-30updated integration_tests.rsOliver looney
2024-01-27cargo fmtOliver looney
2024-01-27fixed system wide config tests failingOliver looney
2024-01-27ran cargo fmtOliver looney
2024-01-27added integration test for setting terminal titleOliver looney
2024-01-27fixed failing testsOliver looney
2024-01-21Ensure test succeeds by adding flagFilip Razek
2024-01-21fix: Wrap file name in headerFilip Razek
2024-01-22Apply review suggestions to benchmark scriptcyqsimon
2024-01-19Merge branch 'master' into syntax-mapping-refactorcyqsimon
2024-01-03Bump assets/syntaxes/02_Extra/SublimeJQ from `6870582` to `b7e53e5` (#2820)dependabot[bot]
* Bump assets/syntaxes/02_Extra/SublimeJQ from `6870582` to `b7e53e5` Bumps [assets/syntaxes/02_Extra/SublimeJQ](https://github.com/zogwarg/SublimeJQ) from `6870582` to `b7e53e5`. - [Commits](https://github.com/zogwarg/SublimeJQ/compare/687058289c1a888e0895378432d66b41609a84d8...b7e53e5d86814f04a48d2e441bcf5f9fdf07e9c1) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/SublimeJQ dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * update highlighted version of sample.jq * update changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Keith Hall <kingkeith+github@gmail.com>
2024-01-01Merge branch 'master' into 2783-setting-terminal-titleOliver Looney
2023-12-31trying to fix failing system_wide_config.rs testsOliver looney
2023-12-31slightly changed set terminal command to match docs & broke print line into ↵Oliver looney
multiple variables
2023-12-29Bump cmd-help syntax to latestVíctor González Prieto
Manual update (as opposed to Dependabot's) because the highlighting for the test help message has changed. It's all good because it's as intended, an improvement. See victor-gp/cmd-help-sublime-syntax#23
2023-12-18ran cargo fmtOliver looney
2023-12-18fixed system_wide_config.rs testsOliver looney
2023-12-18updated tests since terminal title is set conditionallyOliver looney
2023-12-11fixed all but two failing tests. Last two tests are erroring because of IO ↵Oliver looney
circle detected error
2023-12-11Benchmark prototypecyqsimon
2023-11-06Allow overriding `{WARMUP,RUN}_COUNT` using envcyqsimon
2023-11-06Allow setting number of runs in `run-benchmarks.sh`cyqsimon
2023-10-20Add unicode/caret replacements for all control characters (#2712)einfachIrgendwer0815
2023-10-13Add test for what jobs 'all-jobs' referencesMartin Nordholts
2023-10-10Update the ssh-config submodule (#2697)Mészáros Máté Róbert
* Update the ssh-config submodule Pull in the fix for the syntax. Fixes #2359 * Extend the ssh_config syntax test
2023-10-04Fix syntax tests failure on macOS during the daytimerhysd
2023-10-04Add support for WGSLrhysd
2023-09-29Fix a double-`close` in the `no_args_doesnt_break` test.Dan Gohman
Fix the `no_args_doesnt_break` test to avoid calling `from_raw_fd` twice on the same raw file descriptor, as that cause the file descriptor to be closed twice, which means it could accidentally close some unrelated newly created file descriptor.
2023-09-14Case insensitive `--map-syntax` (#2650)Nicolas AMBRY
Co-authored-by: Nicolas AMBRY <nicolas.ambry@atos.net>
2023-09-14Make -pp override --paging and vice versa when passed as a later argument. ↵J-Kappes
(#2660)
2023-09-08ignore failing testAnomalocaridid
2023-09-08require LESSOPEN to have exactly one %sAnomalocaridid
2023-09-08make LESSOPEN support opt-inAnomalocaridid
2023-09-08#2592: Fixes unit tests dependent on echo on windows (#2602)Boy van Duuren
Co-authored-by: Boy van Duuren <boy.van.duuren@rabobank.nl>
2023-09-02Add `$LESSOPEN` and `$LESSCLOSE` support (#2444)Anomalocaridid