flutter/packages/flutter_tools/test/base
Greg Spencer eadd59a9ec
Swap out the moon emoji used for progress spinner for a single-cell character. (#22243)
Swap out the moon emoji used for progress spinner for a single-cell character.

The moon emoji looked cool, but couldn't be used because of bugs in xterm.js, used for VSCode's terminal, among others. The moon emoji is two character cells wide, but xterm.js doesn't advance by two cells when it adds the emoji, but does go back by two when it backspaces.

This changes us to a different character animation (dots) that is only one cell wide, and so doesn't have this problem.
2018-09-25 10:55:41 -07:00
..
build_test.dart Cleanup uses of entry points files (#22098) 2018-09-20 15:10:41 -07:00
common_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
context_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
file_system_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
fingerprint_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
flags_test.dart enable lint prefer_generic_function_type_aliases (#21680) 2018-09-14 21:06:19 +02:00
io_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
logger_test.dart Swap out the moon emoji used for progress spinner for a single-cell character. (#22243) 2018-09-25 10:55:41 -07:00
logs_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
net_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
os_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
os_utils_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
process_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
terminal_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00