commit | e2036b3a340e0d687d9bbdb500658ef4585545e2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jan 15 14:14:14 2010 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Jan 15 14:14:14 2010 -0800 |
tree | c0a5e321e77cfbd44ba1d77038b5fe62d1159280 | |
parent | 44758206a5694fceb3859846f05eb9823ed65ec7 [diff] |
Fix Formatter's behavior with %% and %n. Yesterday's fix to the behavior with genuine null arguments didn't take into account that we have format specifiers that don't take arguments. Fix the fix, and add an explicit test.