chromium/third_party/rust/chromium_crates_io/vendor/codespan-reporting-0.11.1/tests/snapshots/term__position_indicator__rich_ascii_no_color.snap

---
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