assert_selection() should accept array of strings |
||
Issue description
Number of test cases have following pattern:
assert_selection(
[string1, string2, ...].join(''),
'indent',
[string1, string2, ...].join(''))
Once, assert_selection() accepts list of strings, we can omit |join()|.
,
Aug 10 2017
1. http//crrev.com/c/604769: modified assert_selection.js to take array of strs as input 2. http://crrev.com/c/607754: Changed function |assert_selecction()|. |
||
►
Sign in to add a comment |
||
Comment 1 by akariasai@google.com
, Aug 8 2017