-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add ability to define format for indices of story-level Examples #4823
Add ability to define format for indices of story-level Examples #4823
Conversation
d507b9b
to
cd1c93f
Compare
cd1c93f
to
b446a1c
Compare
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
@@ -92,6 +92,48 @@ NOTE: The properties marked with *bold* are mandatory. | |||
|`PT2H` | |||
|The max duration of the single story in {durations-format-link} format. Could be overriden via corresponging batch setting. | |||
|
|||
|`story.example-index-format` | |||
|`\u0020[0]` | |||
a|The format defining how to display indicies of story-level xref:ROOT:glossary.adoc#_examplestable[ExamplesTable] rows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a|The format defining how to display indicies of story-level xref:ROOT:glossary.adoc#_examplestable[ExamplesTable] rows | |
a|The format defining how to display indices of story-level xref:ROOT:glossary.adoc#_examplestable[ExamplesTable] rows |
before and after the equal sign are ignored in properties files. | ||
|
||
{java-api-docs-base-url}/docs/api/java.base/java/text/DecimalFormat.html#special_pattern_character[Special format chracters], | ||
e.g., `0`, `#`, specify the way indecies are diplayed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e.g., `0`, `#`, specify the way indecies are diplayed. | |
e.g., `0`, `#`, specify the way indices are displayed. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4823 +/- ##
============================================
+ Coverage 97.36% 97.37% +0.01%
+ Complexity 6814 6579 -235
============================================
Files 917 917
Lines 19016 19016
Branches 1267 1267
============================================
+ Hits 18515 18517 +2
+ Misses 393 392 -1
+ Partials 108 107 -1 ☔ View full report in Codecov by Sentry. |
b446a1c
to
82143d9
Compare
before and after the equal sign are ignored in properties files. | ||
|
||
{java-api-docs-base-url}/docs/api/java.base/java/text/DecimalFormat.html#special_pattern_character[Special format chracters], | ||
e.g., `0`, `#`, specify the way indices are diplayed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e.g., `0`, `#`, specify the way indices are diplayed. | |
e.g., `0`, `#`, specify the way indices are displayed. |
?
82143d9
to
491cd0b
Compare
|
Closes #4822