fix whitespace
This commit is contained in:
@@ -68,7 +68,7 @@ class Reader {
|
|||||||
readTable["//"] = (stream:Stream, k) -> {
|
readTable["//"] = (stream:Stream, k) -> {
|
||||||
stream.takeUntilAndDrop("\n");
|
stream.takeUntilAndDrop("\n");
|
||||||
null;
|
null;
|
||||||
};
|
};
|
||||||
// Special comment syntax that disables the next whole reader expression:
|
// Special comment syntax that disables the next whole reader expression:
|
||||||
readTable["**"] = (stream:Stream, k) -> {
|
readTable["**"] = (stream:Stream, k) -> {
|
||||||
assertRead(stream, k);
|
assertRead(stream, k);
|
||||||
@@ -423,7 +423,7 @@ class Reader {
|
|||||||
do {
|
do {
|
||||||
var next = switch (stream.takeChars(1)) {
|
var next = switch (stream.takeChars(1)) {
|
||||||
case Some(c): c;
|
case Some(c): c;
|
||||||
default:
|
default:
|
||||||
var type = if (shell) "shell block" else "string literal";
|
var type = if (shell) "shell block" else "string literal";
|
||||||
throw new StreamError(pos, 'Unterminated $type. Expected $terminator');
|
throw new StreamError(pos, 'Unterminated $type. Expected $terminator');
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
(function addSkips [flxMovieClass]
|
(function addSkips [flxMovieClass]
|
||||||
{
|
{
|
||||||
(method &override :Void prepareForSkip []
|
(method &override :Void prepareForSkip []
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user