Tisrn: Type-logical Identifying Server Routing Navigator
Revisión | 7738e1a0a7a43be3fcccaa51db5417da0d6e46b7 (tree) |
---|---|
Tiempo | 2022-08-09 18:22:38 |
Autor | ![]() |
Commiter | Haruka Sato |
base x2
@@ -3,7 +3,7 @@ | ||
3 | 3 | # |
4 | 4 | # For more info see: https://dart.dev/go/dot-packages-deprecation |
5 | 5 | # |
6 | -# Generated by pub on 2022-08-09 10:41:51.857008. | |
6 | +# Generated by pub on 2022-08-09 12:19:49.725741. | |
7 | 7 | _fe_analyzer_shared:file:///C:/Users/takuy/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/_fe_analyzer_shared-44.0.0/lib/ |
8 | 8 | analyzer:file:///C:/Users/takuy/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/analyzer-4.4.0/lib/ |
9 | 9 | args:file:///C:/Users/takuy/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/args-2.3.1/lib/ |
@@ -1,6 +1,5 @@ | ||
1 | 1 | import 'package:tisrn/tisrn.dart'; |
2 | 2 | |
3 | 3 | void main() { |
4 | - var awesome = Awesome(); | |
5 | - print('awesome: ${awesome.isAwesome}'); | |
4 | + print('awesome'); | |
6 | 5 | } |
@@ -1,6 +1,7 @@ | ||
1 | 1 | name: tisrn |
2 | 2 | description: "Tisrn: Type-logical Identifying Server Routing Navigator" |
3 | 3 | version: 0.0.1 |
4 | +repository: https://hg.osdn.net/view/ibisweb/Tisrn | |
4 | 5 | # homepage: https://www.example.com |
5 | 6 | |
6 | 7 | environment: |
@@ -2,15 +2,4 @@ | ||
2 | 2 | import 'package:test/test.dart'; |
3 | 3 | |
4 | 4 | void main() { |
5 | - group('A group of tests', () { | |
6 | - final awesome = Awesome(); | |
7 | - | |
8 | - setUp(() { | |
9 | - // Additional setup goes here. | |
10 | - }); | |
11 | - | |
12 | - test('First Test', () { | |
13 | - expect(awesome.isAwesome, isTrue); | |
14 | - }); | |
15 | - }); | |
16 | 5 | } |