-
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync and sort roman-numeral tests (#914)
[no important files changed]
- Loading branch information
Showing
6 changed files
with
72 additions
and
169 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,7 @@ | |
|
||
#include <string> | ||
|
||
namespace roman_numerals | ||
{ | ||
namespace roman_numerals { | ||
|
||
std::string convert(int n); | ||
|
||
|
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,5 +1,3 @@ | ||
#include "roman_numerals.h" | ||
|
||
namespace roman_numerals { | ||
|
||
} // namespace roman_numerals | ||
namespace roman_numerals {} // namespace roman_numerals |
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,6 @@ | ||
#if !defined(ROMAN_NUMERALS_H) | ||
#define ROMAN_NUMERALS_H | ||
|
||
namespace roman_numerals { | ||
namespace roman_numerals {} // namespace roman_numerals | ||
|
||
} // namespace roman_numerals | ||
|
||
#endif // ROMAN_NUMERALS_H | ||
#endif // ROMAN_NUMERALS_H |
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