Skip to content

Instantly share code, notes, and snippets.

@smiler
Created August 21, 2012 15:50
Show Gist options
  • Save smiler/3416740 to your computer and use it in GitHub Desktop.
Save smiler/3416740 to your computer and use it in GitHub Desktop.
$action++;
$action = 'A10' if $action eq 'B0';
$expected_result++;
$expected_result = 'E10' if $expected_result eq 'F0';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment