summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2021-05-12Merge branch 'master' into feature/dark_plus_themeDavid Peter
2021-05-12Merge pull request #1606 from sharkdp/syslogDavid Peter
Improve Syslog and general log file highlighting
2021-05-12Update SublimeEthereum versionErsikan
A fix I submitted upstream was merged, and this commit bumps the submodule to include it.
2021-05-12Add syntax test for Vyper languageErsikan
2021-05-12Add syntax tests for Solidity language.Ersikan
2021-05-12Merge branch 'master' into syslogDavid Peter
2021-05-12Merge branch 'master' into feature/dark_plus_themeDavid Peter
2021-05-11Remove variable.other from CSV highlightingKeith Hall
2021-05-11Improvements to CSV highlightingKeith Hall
2021-04-06Add independent log syntaxKeith Hall
2021-04-05improve syslog syntaxKeith Hall
2021-04-04replace Syslog dependency with a custom syntaxKeith Hall
2021-04-04add example syslog file for highlighting testsKeith Hall
2021-03-24Add "Visual Studio Dark+" theme to vec of themesPatriotRossii
2021-03-15Add SystemVerilog supportSean McLoughlin
2021-02-28Use tempfiles for clircle testsv0.18.0Niklas Mohrin
2021-02-28integration_tests: Use tempdir() in config_location_when_generatingMartin Nordholts
For cleaner code. Use the tempdir() function since that is recommended by the crate docs: https://docs.rs/tempfile/3.2.0/tempfile/index.html
2021-02-28integration_tests.rs: Add test config_location_when_generatingMartin Nordholts
As a complement to #1556 to prevent #1550 from coming back. The test purposefully fails if ca60937c2e is reverted.
2021-02-28Do not ignore non-existent BAT_CONFIG_PATHDavid Peter
Do not ignore `BAT_CONFIG_PATH` if it doesn't exist. Both when generating a new config file with `--generate-config-file` and when attempting to read the config. Also, provide a better error message in case the file can not be created. closes #1550
2021-02-28Improve Monokai Extended JSON key color with a patchKeith Hall
2021-02-16Fix broken resolv.conf highlightingDavid Peter
closes #1510 The change in `create_highlighted_versions.py` fixes a "unknown theme "'1337'" warning. The single quotes were wrong. `bat` was always falling back to the default theme, so let's use that for now.
2021-02-16Update dependencies; replace unmaintained (#1522)Caden Haustein
* Update dependencies; replace unmaintained * Fix errors * Revert dependency changes * Revert git2 to 0.13.15 Co-authored-by: David Peter <mail@david-peter.de>
2021-01-11Fix #1413 Can't use `bat` at all! (Error: Use of bat as a pager is ↵Martin Nordholts
disallowed...) Fixed by implementing the proposal by sharkdp: * Allow PAGER=bat, but ignore the setting in bat and simply default to less. Unless of course, BAT_PAGER or --pager is used to overwrite the value of PAGER. * Disallow the usage of bat within BAT_PAGER and --pager.
2021-01-10tests: Move 'mocked pagers' utils to separate fileMartin Nordholts
2021-01-10fn mocked_pager: Simplify with format!Martin Nordholts
2021-01-10pager.rs: Some comment fixupsMartin Nordholts
2021-01-10Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-09Add gnuplot syntaxsharkdp
closes #1431
2021-01-09Use unstable sort for theme testsharkdp
2021-01-09Use BatTester::default instead of BatTester::newsharkdp
2021-01-07Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-06Fix unused import warningsharkdp
2021-01-06Fix clippy warnings in tests on Windowssharkdp
2021-01-06Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-06Add integration test for unparsable pagerMartin Nordholts
Right now all tests pass even if we e.g. return Ok(OutputType::stdout()) instead of doing .chain_err(|| "Could not parse pager command.")? so add a test to make sure this functionality don't break.
2021-01-05Add unix specific integration test about running bat without any argumentsNiklas Mohrin
2021-01-05Add integration tests for clircle cycle detectionNiklas Mohrin
2021-01-04Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-04tests: Make mocked pagers work on WindowsMartin Nordholts
2021-01-04Run PATH-dependent tests seriallyMartin Nordholts
Since PATH is a shared resource.
2021-01-04Add integration tests for 'more' and 'most' used as pagersMartin Nordholts
2021-01-02Merge branch 'master' into improved-benchmarkEthan P
2021-01-02Svelte syntax test: rename license filesharkdp
2021-01-02DotEnv syntax test: add missing newlinesharkdp
2021-01-02Update Zig syntax test outputsharkdp
2021-01-02Add support for ZigPaul Smith
Adds syntax support for source code for the Zig programming language. https://ziglang.org/
2021-01-02Add a Lean highlighting test file.Julian Berman
2020-12-30When PAGER=most, don't print a warning to stderr, silently use less insteadMartin Nordholts
2020-12-29Improve benchmark script to support cargo/config target-dirEthan P
2020-12-28Simplify and polish pager.rs and related codeMartin Nordholts