-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace the whitespace character in the sed regular expression that o…
…perates on ctags output with a space and replace 'echo' with 'printf' to write out the coverage report. Sort output files with a stable, case-insensitive sort.
- Loading branch information
1 parent
77a9ed6
commit f6db408
Showing
5 changed files
with
21 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
udat_close | ||
UDateFormat | ||
UDateTimePatternGenerator | ||
udat_format | ||
udat_open | ||
udat_parse | ||
udatpg_clone | ||
udatpg_getBestPattern | ||
udatpg_open | ||
udat_close | ||
udat_format | ||
udat_open | ||
udat_parse | ||
udat_setCalendar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
ucal_openCountryTimeZones | ||
ucal_openTimeZoneIDEnumeration | ||
ucal_openTimeZones | ||
uenum_close | ||
UEnumeration | ||
uenum_close | ||
uenum_next | ||
uenum_openCharStringsEnumeration | ||
uloc_openKeywords |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters