Skip to content

[dox] Fix missing '|' in std.format grammar.#5285

Merged
dlang-bot merged 1 commit intodlang:masterfrom
quickfur:format_spec
Mar 18, 2017
Merged

[dox] Fix missing '|' in std.format grammar.#5285
dlang-bot merged 1 commit intodlang:masterfrom
quickfur:format_spec

Conversation

@quickfur
Copy link
Member

The grammar description in std.format is missing the part about %|, which is used inside %(...%).

@quickfur quickfur changed the title Fix missing '|' in std.format grammar. [dox] Fix missing '|' in std.format grammar. Mar 17, 2017
$(B '0')|$(B '1')|$(B '2')|$(B '3')|$(B '4')|$(B '5')|$(B '6')|$(B '7')|$(B '8')|$(B '9')
$(I FormatChar):
$(B 's')|$(B 'c')|$(B 'b')|$(B 'd')|$(B 'o')|$(B 'x')|$(B 'X')|$(B 'e')|$(B 'E')|$(B 'f')|$(B 'F')|$(B 'g')|$(B 'G')|$(B 'a')|$(B 'A')
$(B 's')|$(B 'c')|$(B 'b')|$(B 'd')|$(B 'o')|$(B 'x')|$(B 'X')|$(B 'e')|$(B 'E')|$(B 'f')|$(B 'F')|$(B 'g')|$(B 'G')|$(B 'a')|$(B 'A')|$(B '|')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

|$(B '|')

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cokochiaki what do you mean?

@dlang-bot dlang-bot merged commit fc121f0 into dlang:master Mar 18, 2017
@quickfur quickfur deleted the format_spec branch April 27, 2017 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants