summaryrefslogtreecommitdiffstats
path: root/src/test/ui/codemap_tests/tab_2.rs
blob: 644697c3239aa4cb7bdc02e7450c0e279e2bd015 (plain)
1
2
3
4
5
// ignore-tidy-tab

fn main() {
				"""; //~ ERROR unterminated double quote
}