Skip to content

Commit 34e21c9

Browse files
cameelchriseth
authored andcommitted
Fix a test for unicode direction override failing because of Windows line endings
1 parent e347545 commit 34e21c9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
contract TimelockUpgrade {
2-
function confirmUpgrade() external {
3-
uint256 m;
4-
uint256 d;
5-
(/*year*/,/*month‮*/,d/*yad*/,m/*‬‬hour*/,/*minute*/,/*second*/) = BokkyDateTime.timestampToDateTime(block.timestamp);
6-
}
7-
}
8-
1+
contract TimelockUpgrade {
2+
function confirmUpgrade() external {
3+
uint256 m;
4+
uint256 d;
5+
(/*year*/,/*month‮*/,d/*yad*/,m/*‬‬hour*/,/*minute*/,/*second*/) = BokkyDateTime.timestampToDateTime(block.timestamp);
6+
}
7+
}
8+
99
// ----
10-
// ParserError 8936: (128-139): Mismatching directional override markers in comment or string literal.
10+
// ParserError 8936: (124-135): Mismatching directional override markers in comment or string literal.

0 commit comments

Comments
 (0)