New issue
Advanced search Search tips

Issue 692388 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

assert_selection() should accept array of strings

Project Member Reported by yosin@chromium.org, Feb 15 2017

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()|.
 
I take it!

Comment 2 by yosin@chromium.org, Aug 10 2017

Status: Fixed (was: Available)
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