v/vlib/v/tests/raw_string_test.v

4 lines
56 B
V

fn test_raw_string_backslash() {
assert r'\' == r'\'
}