blob: 6e95e6264089358f091b71a27f96f17a4fb84bc4 [file] [log] [blame]
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// @assertion WHITESPACE:
/// ('\t' | ' ' | NEWLINE)+
/// ;.
/// @description Checks that other Unicode whitespaces are not allowed:
/// check FORM FEED (U+000C)
/// @author hlodvig
main() {
var x = 1 ;
// ^
// [analyzer] unspecified
// [cfe] unspecified
}