forked from ajaxorg/ace-builds
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
512 changed files
with
182,870 additions
and
143,295 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,42 @@ | ||
-- https://github.com/Cirru/cirru-gopher/blob/master/code/scope.cr, | ||
|
||
set a (int 2) | ||
|
||
print (self) | ||
|
||
set c (child) | ||
|
||
under c | ||
under parent | ||
print a | ||
|
||
print $ get c a | ||
|
||
set c x (int 3) | ||
print $ get c x | ||
|
||
set just-print $ code | ||
print a | ||
|
||
print just-print | ||
|
||
eval (self) just-print | ||
eval just-print | ||
|
||
print (string "string with space") | ||
print (string "escapes \n \"\\") | ||
|
||
brackets ((((())))) | ||
|
||
"eval" $ string "eval" | ||
|
||
print (add $ (int 1) (int 2)) | ||
|
||
print $ unwrap $ | ||
map (a $ int 1) (b $ int 2) | ||
|
||
print a | ||
int 1 | ||
, b c | ||
int 2 | ||
, d |
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,28 @@ | ||
@these @are @tags | ||
Feature: Serve coffee | ||
Coffee should not be served until paid for | ||
Coffee should not be served until the button has been pressed | ||
If there is no coffee left then money should be refunded | ||
|
||
Scenario Outline: Eating | ||
Given there are <start> cucumbers | ||
When I eat <eat> cucumbers | ||
Then I should have <left> cucumbers | ||
|
||
Examples: | ||
| start | eat | left | | ||
| 12 | 5 | 7 | | ||
| 20 | 5 | 15 | | ||
|
||
Scenario: Buy last coffee | ||
Given there are 1 coffees left in the machine | ||
And I have deposited 1$ | ||
When I press the coffee button | ||
Then I should be served a "coffee" | ||
|
||
# this a comment | ||
|
||
""" | ||
this is a | ||
pystring | ||
""" |
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 +1,4 @@ | ||
TODO | ||
[.ShellClassInfo] | ||
IconResource=..\logo.png | ||
[ViewState] | ||
FolderType=Generic |
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 @@ | ||
{foreach $foo as $bar} | ||
<a href="{$bar.zig}">{$bar.zag}</a> | ||
<a href="{$bar.zig2}">{$bar.zag2}</a> | ||
<a href="{$bar.zig3}">{$bar.zag3}</a> | ||
{foreachelse} | ||
There were no rows found. | ||
{/foreach} |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.