mumukit-directives 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mumukit/directives/sections.rb +1 -1
- data/lib/mumukit/directives/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8a5966b95ea84427cffe98787f81a2c19fb798b39e9716b44118f9588d6147d
|
4
|
+
data.tar.gz: f985b9287e338a688d23ea6a7520f3b8a16f86fcdac147e98943c1a6de0e6809
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5427919f12690e7fd33086a61741038a0fc011f42a9a5f102c2452eb7d2bd302fdfe737d58cdac9e1ddd4984eebe5e582203c402d06efaeff80144bddafbbd1
|
7
|
+
data.tar.gz: 8cd06b2fd23f06ff8a24a2db1edb9ed25364544d071e489f7ce1a75bfdd114f5a05957a70338c175a9582efbd3a2fda4ce0f21a881a173054e7d0d9e2210a8c2
|
@@ -1,6 +1,6 @@
|
|
1
1
|
class Mumukit::Directives::Sections < Mumukit::Directives::Directive
|
2
2
|
def regexp
|
3
|
-
/<(.+?)##{comment_type.close_comment}(
|
3
|
+
/<(.+?)##{comment_type.close_comment}(.*?)#{comment_type.open_comment}#(.+?)>/m
|
4
4
|
end
|
5
5
|
|
6
6
|
def split_sections(code)
|