Lines Matching refs:SimpleFile
2 use codespan_reporting::files::{SimpleFile, SimpleFiles};
408 static ref TEST_DATA: TestData<'static, SimpleFile<&'static str, &'static str>> = {
409 let file = SimpleFile::new("hello", "Hello world!\nBye world!\n ");
444 static ref TEST_DATA: TestData<'static, SimpleFile<&'static str, &'static str>> = {
445 let file = SimpleFile::new("same_range", "::S { }");
640 static ref TEST_DATA: TestData<'static, SimpleFile<&'static str, String>> = {
641 let file = SimpleFile::new(
832 static ref TEST_DATA: TestData<'static, SimpleFile<&'static str, String>> = {
837 let file = SimpleFile::new(
895 static ref TEST_DATA: TestData<'static, SimpleFile<&'static str, String>> = {
902 let file = SimpleFile::new(
946 static ref TEST_DATA: TestData<'static, SimpleFile<&'static str, String>> = {
947 let file = SimpleFile::new(