================================================================================
%-20.5s
================================================================================

%-20.5s

--------------------------------------------------------------------------------

(format_string
  (format
    (flags)
    (width)
    (precision)
    (type)))

================================================================================
%10c%5hc%5C%5lc
================================================================================

%10c%5hc%5C%5lc

--------------------------------------------------------------------------------

(format_string
  (format
    (width)
    (type))
  (format
    (width)
    (size)
    (type))
  (format
    (width)
    (type))
  (format
    (width)
    (size)
    (type)))

================================================================================
%v %q %#v
================================================================================

%v %q %#v

--------------------------------------------------------------------------------

(format_string
  (format
    (type))
  (format
    (type))
  (format
    (flags)
    (type)))
