We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194bea2 commit 7867f81Copy full SHA for 7867f81
r/.gitignore
@@ -1 +1,2 @@
1
-*.pdf
+*.pdf
2
+help.r
r/test.ps1
@@ -18,6 +18,9 @@ rscript "$PSScriptRoot\clockhands.r" |
18
rscript "$PSScriptRoot\fizzbuzz.r" &&
19
rscript "$PSScriptRoot\hello.r" &&
20
rscript "$PSScriptRoot\prices.r" &&
21
+rscript "$PSScriptRoot\triple.r" |
22
+ Compare-Object (Get-Content "$PSScriptRoot\..\test\triple_expected") |
23
+ Assert-MatchTests &&
24
rscript "$PSScriptRoot\vector_logic.r" &&
25
rscript "$PSScriptRoot\vector.r" &&
26
ForEach-Object 'foo';
r/triples.r renamed to r/triple.r
0 commit comments