Skip to main content

module lang::std::tests::Layout

rascal-0.40.16

Usage

import lang::std::tests::Layout;

Dependencies

import lang::std::Layout;

Tests

test whitespaceOrComment1

test bool whitespaceOrComment1() = WhitespaceOrComment _ := [WhitespaceOrComment] " ";

test whitespaceOrComment2

test bool whitespaceOrComment2() = WhitespaceOrComment _ := [WhitespaceOrComment] "//xxx";