test
This commit is contained in:
parent
9a35ffa014
commit
32f059a350
1 changed files with 9 additions and 0 deletions
|
|
@ -13,4 +13,13 @@ void main(List<String> arguments) async {
|
|||
CommandStart(),
|
||||
CommandStop()
|
||||
]);
|
||||
|
||||
// String test = '''
|
||||
// Error on line 5, column 1: Expected ':'.
|
||||
// ╷
|
||||
// 5 │ < commands:
|
||||
// │ ^
|
||||
// ╵
|
||||
// ''';
|
||||
// await CLI.printString(test, color: Color.red);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue