Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into natparse/parameter-check
Browse files Browse the repository at this point in the history
* origin/main:
  Fix test
  Fix new lines
  • Loading branch information
MarkusAmshove committed Oct 25, 2024
2 parents f1100eb + e237f5f commit 62fcbad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,10 @@ class StaticHovers
.appendNewline()
.appendStrong("P")
.append(" Displayable character (U, L, N or S)")
.appendNewline()
.appendStrong("S")
.append(" Special character according to the active character set")
.appendNewline()
.appendStrong("H")
.append(" Hexadecimal content, A-F and 0-9 ")
.appendNewline()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ void provideDocumentationWhenHoveringMask()
**JJJ** Julian day, 001-366, dependent on YY or YYYY
**P** Displayable character (U, L, N or S)**S** Special character according to the active character set**H** Hexadecimal content, A-F and 0-9
**P** Displayable character (U, L, N or S)
**S** Special character according to the active character set
**H** Hexadecimal content, A-F and 0-9
**Z** Character whose left half-byte or whose right half-byte is hexadecimal""");
}
Expand Down

0 comments on commit 62fcbad

Please sign in to comment.