You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/tests
Martin Nordholts 5fe9b3e1b3 Make `INI` syntax register as handler of `.inf` files
We need to type `inf` and `INF` as strings in `INI.sublime-syntax`,
otherwise `yaml-rust` interprets them as real numbers ("infinity") and
they do not get registered as file extensions:

    /Users/martin/src/yaml-rust # https://github.com/chyh1990/yaml-rust
    % cargo run --example dump_yaml ~/src/bat/assets/syntaxes/02_Extra/INI.sublime-syntax
    ---
    String("name"):
        String("INI")
    String("file_extensions"):
            String("ini")
            String("INI")
            Real("inf")
            Real("INF")
    ...

Also add a regression test.
2 years ago
..
benchmarks Add new `--style` called `header-filesize` and display it by default (#1988) 2 years ago
examples Skip syntax highlighting for long lines (#2165) 2 years ago
mocked-pagers tests: Make mocked pagers work on Windows 3 years ago
scripts CICD: Add check for accidental inclusion of GPL:ed code 3 years ago
snapshots Add new `--style` called `header-filesize` and display it by default (#1988) 2 years ago
syntax-tests Make `INI` syntax register as handler of `.inf` files 2 years ago
utils tests: Move 'mocked pagers' utils to separate file 3 years ago
.gitattributes Modify Linguist overrides 3 years ago
assets.rs Add "Visual Studio Dark+" theme to vec of themes 3 years ago
integration_tests.rs Add a --style=default option (#2119) 2 years ago
no_duplicate_extensions.rs HighlightingAssets: Make .syntaxes() and syntax_for_file_name() failable 3 years ago
snapshot_tests.rs Use BatTester::default instead of BatTester::new 3 years ago
tester.rs Update dependencies; replace unmaintained (#1522) 3 years ago