blob: 4a283df8dc6a9d3a9767e3072c73cf21b9647e34 [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 Dart source text is represented as a sequence of Unicode code
/// points.
/// @description Checks that composed characters in comments and strings are
/// compiled correctly.
/// @author kaigorodov
main() {
String aWithRingAbove = "Å"; // Å
}