save auth code
This commit is contained in:
parent
bb8680e3f6
commit
21e130b6f6
3 changed files with 41 additions and 4 deletions
11
test/user/regex_test.dart
Normal file
11
test/user/regex_test.dart
Normal file
|
@ -0,0 +1,11 @@
|
|||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
matchWords();
|
||||
}
|
||||
|
||||
void matchWords() {
|
||||
test("try matching some words", () {
|
||||
expect(RegExp(r"tiger").hasMatch("tigerfucker"), true);
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue