-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to better support Windows OS when using pkg.NewFileResourceBundle to … (
#87) * added index for viewdoc * pushing first viewdoc * Added more formating for viewdoc * to better support Windows OS when using pkg.NewFileResourceBundle to load rules * use filepath.Abs() to fix joint path in Windows OS * reformat of indent * to better support Windows OS when using pkg.NewFileResourceBundle to load rules * use filepath.Abs() to fix joint path in Windows OS * reformat of indent * Added resource bundle test for windows Co-authored-by: Ferdinand Neman <[email protected]> Co-authored-by: Xiao Xi XX22 Liu <[email protected]>
- Loading branch information
1 parent
5c722fd
commit 5de6f01
Showing
9 changed files
with
94 additions
and
4 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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
rule GrlFile11 "This is dummy rule" { | ||
when | ||
true | ||
then | ||
Log("Nice"); | ||
Complete(); | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
rule GrlFile12 "This is dummy rule" { | ||
when | ||
true | ||
then | ||
Log("Nice"); | ||
Complete(); | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
rule GrlFile21 "This is dummy rule" { | ||
when | ||
true | ||
then | ||
Log("Nice"); | ||
Complete(); | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
rule GrlFile22 "This is dummy rule" { | ||
when | ||
true | ||
then | ||
Log("Nice"); | ||
Complete(); | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
rule GrlFile211 "This is dummy rule" { | ||
when | ||
true | ||
then | ||
Log("Nice"); | ||
Complete(); | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
rule GrlFile212 "This is dummy rule" { | ||
when | ||
true | ||
then | ||
Log("Nice"); | ||
Complete(); | ||
} |