You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead, it should be caught by hasDigitsString, and produce the same comment.
Which exercise
resistor-color-duo
Additional context
The ResistorColorDuoSolution has a method that checks if an exercise has a constructed string. It currently only detects a string template literal that looks like ${a}${b}, but we want to also capture the following:
Describe the improvement:
When the following main method is provided, the analyzer bails early:
Instead, it should be caught by
hasDigitsString
, and produce the same comment.Which exercise
resistor-color-duo
Additional context
The
ResistorColorDuoSolution
has a method that checks if an exercise has a constructed string. It currently only detects a string template literal that looks like${a}${b}
, but we want to also capture the following:The text was updated successfully, but these errors were encountered: