Normalize printed text
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
@@ -2,6 +2,6 @@ class Hello
|
||||
{
|
||||
static Main () : void
|
||||
{
|
||||
System.Console.WriteLine ("Hello world!");
|
||||
System.Console.WriteLine ("Hello World");
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@ baseview :=
|
||||
};
|
||||
|
||||
textview := * child of baseview *
|
||||
{text: "Hello World!",
|
||||
{text: "Hello World",
|
||||
viewBounds: {left: 33, top: 24, right: 113, bottom: 46},
|
||||
viewFlags: 579,
|
||||
_proto: protoStaticText,
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
console.log('Hello world!');
|
||||
console.log('Hello World');
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
a
|
||||
a-Hello, world!_*
|
||||
Hello, world!_*
|
||||
a-Hello World_*
|
||||
Hello World_*
|
||||
|
||||
Reference in New Issue
Block a user