summaryrefslogtreecommitdiffstats
path: root/third_party/rust/codespan-reporting/tests/snapshots/term__position_indicator__rich_ascii_no_color.snap
blob: d99ad148f30403abf1ee89a76a5eb5ff48dba1dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: codespan-reporting/tests/term.rs
expression: TEST_DATA.emit_no_color(&config)
---
warning[ParserWarning]: The strict mode declaration in the body of function `foo` is redundant, as the outer scope is already in strict mode
  --> tests/main.js:4:3
  |
1 | "use strict";
  | ------------ Strict mode is first declared here
  .
4 |   "use strict";
  |   ^^^^^^^^^^^^ This strict mode declaration is redundant