Lines Matching refs:EXTRA
799 {"", nil, "%!(EXTRA <nil>)"},
800 {"", 2, "%!(EXTRA int=2)"},
801 {"no args", "hello", "no args%!(EXTRA string=hello)"},
804 {"%017091901790959340919092959340919017929593813360", 0, "%!(NOVERB)%!(EXTRA int=0)"},
805 {"%184467440737095516170v", 0, "%!(NOVERB)%!(EXTRA int=0)"},
806 // Extra argument errors should format without flags set.
807 {"%010.2", "12345", "%!(NOVERB)%!(EXTRA string=12345)"},
1101 {"%]d", SE{2, 1}, "%!](int=2)d%!(EXTRA int=1)"},
1115 {"%2147483648d", SE{42}, "%!(NOVERB)%!(EXTRA int=42)"},
1116 {"%-2147483648d", SE{42}, "%!(NOVERB)%!(EXTRA int=42)"},
1117 {"%.2147483648d", SE{42}, "%!(NOVERB)%!(EXTRA int=42)"},