[formatter] add 'g' conversion to sluGify a string (#2410)
This commit is contained in:
@@ -58,6 +58,7 @@ class TestFormatter(unittest.TestCase):
|
||||
self._run_test("{dt!T}", "1262304000")
|
||||
self._run_test("{l!j}", '["a", "b", "c"]')
|
||||
self._run_test("{dt!j}", '"2010-01-01 00:00:00"')
|
||||
self._run_test("{a!g}", "hello-world")
|
||||
|
||||
with self.assertRaises(KeyError):
|
||||
self._run_test("{a!q}", "hello world")
|
||||
|
||||
Reference in New Issue
Block a user