-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: operation direction parse error (#278)
* fix: operation direction parse error * fix format * optimize logic * fix format * optimize string parse logic * optimize string parse logic * optimize string parse logic * optimize string parse logic * optimize string parse logic * add test case * add test case --------- Co-authored-by: Badrish Chandramouli <badrishc@microsoft.com> Co-authored-by: Tal Zaccai <talzacc@microsoft.com>
- Loading branch information
1 parent
33e7d00
commit c140aa1
Showing
4 changed files
with
69 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ public enum OperationDirection | |
/// Right or tail | ||
/// </summary> | ||
Right, | ||
Unknown, | ||
} | ||
|
||
|
||
|
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