mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-01 12:31:01 +01:00
6 lines
269 B
JavaScript
6 lines
269 B
JavaScript
|
// This test should be considered a failure if the detected syntax differs between the following two commands:
|
||
|
/*
|
||
|
# bat --map-syntax '*.js:Markdown' --file-name 'issue_985.js' < issue_985.js
|
||
|
# bat --map-syntax '*.js:Markdown' --file-name 'issue_985.js' issue_985.js
|
||
|
*/
|