flutter/packages/flutter_tools/test
Tae Hyung Kim 8be335f24c
Handle dollar signs properly when generating localizations (#125514)
Currently, the code doesn't properly handle strings which contain dollar signs. The return expression for the generated localization function is computed by `generateReturnExpr` which concatenates several strings, which are either interpolated placeholders, interpolated function calls, or normal strings, but we didn't properly escape dollar signs before sending normal strings to `generateReturnExpr`.

Fixes #125461.
2023-04-25 22:52:24 +00:00
..
commands.shard Use term wireless instead of network (#124232) 2023-04-19 19:59:11 +00:00
data Bump lower Dart SDK constraints to 3.0 & add class modifiers (#122546) 2023-03-21 20:21:58 +00:00
general.shard Handle dollar signs properly when generating localizations (#125514) 2023-04-25 22:52:24 +00:00
host_cross_arch.shard flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
integration.shard [flutter_tools] make overall_experience_test resilient to extraneous pub output (#125172) 2023-04-20 17:31:58 +00:00
src Remove uses of deprecated test_api imports (#124732) 2023-04-20 20:55:28 +00:00
web.shard Add vmservice for android build options (#123034) 2023-04-18 18:16:09 +00:00