Updated koans from new regex section.

This commit is contained in:
Jim Weirich
2010-08-22 02:03:17 -04:00
parent 3aa75e86aa
commit 1b31a5b4dc

View File

@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
require File.expand_path(File.dirname(__FILE__) + '/edgecase')
class AboutRegularExpressions < EdgeCase::Koan
@@ -36,7 +37,7 @@ class AboutRegularExpressions < EdgeCase::Koan
# THINK ABOUT IT:
#
# We say that the repition operators above are "greedy."
# We say that the repetition operators above are "greedy."
#
# Why?