Lines Matching refs:EXTRA
298 {"", 2, "%!(EXTRA int=2)"},
556 {"no args", "hello", "no args%!(EXTRA string=hello)"},
559 {"%-1", 100, "%!(NOVERB)%!(EXTRA int=100)"},
560 EXTRA int=0)"},
561 {"%184467440737095516170v", 0, "%!(NOVERB)%!(EXTRA int=0)"},
842 {"%]d", SE{2, 1}, "%!](int=2)d%!(EXTRA int=1)"},
856 {"%2147483648d", SE{42}, "%!(NOVERB)%!(EXTRA int=42)"},
857 {"%-2147483648d", SE{42}, "%!(NOVERB)%!(EXTRA int=42)"},
858 {"%.2147483648d", SE{42}, "%!(NOVERB)%!(EXTRA int=42)"},