summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2020-04-24Fix some clippy lintsLzu Tao
2020-04-22Fix warnings, sort imports, input from stringsharkdp
2020-04-21Remove invalid UTF-8 file from repo, use temp file insteadsharkdp
2020-04-21Fix bug for file with invalid-utf8 filenamessharkdp
2020-04-21Add do-not-panic! regression testssharkdp
2020-04-12Add a way to directly search for a patternsharkdp
2020-04-12Add documentationsharkdp
2020-04-12Add script to find slow-to-highlight filessharkdp
2020-03-31Strip dependencies of bat-as-a-libraryDavid Tolnay
2020-03-24Merge branch 'master' into fix_654_stdin_filenameKyle Criddle
2020-03-24Implemented --file-name for multiple files + testsKyle Criddle
2020-03-21Further simplify module structuresharkdp
2020-03-21Hide get_syntax, move tests to modulesharkdp
2020-03-21Do not export syntax_set and theme_setsharkdp
2020-03-21Major restructuring of theme/syntax handlingsharkdp
2020-03-19--file-name for normal files. integration tests.Kyle Criddle
2020-03-15Add no-duplicate-extensions unit testsharkdp
2020-03-11Add syntax detection unit testssharkdp
2020-03-09Update to new assert_cmdsharkdp
2020-02-28Run 'cargo fmt'sharkdp
2020-02-28Update test dataKogia-sima
2020-02-28Add test for unicode wrappingKogia-sima
2020-02-28Add @sharkdp's regression test for #798Ethan P
2019-09-21Fix 'bat cache other-arg', closes #666sharkdp
2019-08-31Fix another instance of the 'bat cache' bug, closes #584sharkdp
2019-08-31Add explicit terminal width for testsharkdp
2019-08-31Add test for 'snip' featuresharkdp
2019-07-26Updated snapshot testsEthan P
2019-05-10Fix accidental printing of files named 'cache'sharkdp
2019-03-09Migrated to Rust 2018Daniele Esposti
2019-02-10Add test for UTF-16LE encodingsharkdp
2019-02-10Integration tests for single-line filessharkdp
2019-02-08Add integration tests running bat with empty input files.Reid Wagner
2018-11-12Update .gitattributessharkdp
2018-11-11Add .gitattributessharkdp
2018-11-04Run 'cargo run' only oncesharkdp
2018-11-04Move '--paging' arg to config file.sharkdp
2018-11-04Remove all relevant environment variables during testingsharkdp
2018-11-04Simplify integration test setupsharkdp
2018-11-04Changed to unwrap methods, added integration testsRicky
2018-11-01Remove generation code for tabs_ testssharkdp
2018-11-01Remove tab-related textsharkdp
2018-10-20Allow for multiple line rangessharkdp
2018-10-19Remove leftovers from tab-testssharkdp
2018-10-19cargo fmtLawrence Chou
2018-10-19Avoid empty line in snapshotLawrence Chou
2018-10-19Test 'tabs' with 'numbers'Lawrence Chou
2018-10-19remove --wrap for nowLawrence Chou
2018-10-19rewrite 6 snapshot tests as integration testLawrence Chou
2018-10-19Move tabs_* snapshot tests to integration_testsLawrence Chou