| // Copyright 2019 The Go Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file. |
| // errors for the //line-adjusted code below |
| // ERROR "newline in string" |
| // ERROR "newline in character literal|newline in rune literal" |
| // ERROR "newline in string" |
| // ERROR "string not terminated" |
| 0x // ERROR "hexadecimal literal has no digits" |
| 0x1.0 // ERROR "hexadecimal mantissa requires a 'p' exponent" |
| 0_i // ERROR "'_' must separate successive digits" |