Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 0q (0.35 sec)

  1. src/fmt/fmt_test.go

    	{"%+q", 'ÿ', `'\u00ff'`},
    	{"%q", '\n', `'\n'`},
    	{"%+q", '\n', `'\n'`},
    	{"%q", '☺', `'☺'`},
    	{"%+q", '☺', `'\u263a'`},
    	{"% q", '☺', `'☺'`},  // The space modifier should have no effect.
    	{"%.0q", '☺', `'☺'`}, // Specifying precision should have no effect.
    	{"%10q", '⌘', `       '⌘'`},
    	{"%+10q", '⌘', `  '\u2318'`},
    	{"%-10q", '⌘', `'⌘'       `},
    	{"%+-10q", '⌘', `'\u2318'  `},
    	{"%010q", '⌘', `0000000'⌘'`},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 58.6K bytes
    - Viewed (0)
  2. src/compress/flate/testdata/huffman-rand-max.in

    f�&�٩����`$���Y۱Ad���S�������K���ڨIz��s���0Q�Dc&~
    dG�3EJ��
    }�`7�K
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
Back to top