File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
cluecode/data/plugin_filter_clues Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 72
72
"percentage_of_license_text" : 100.0 ,
73
73
"copyrights" : [],
74
74
"holders" : [],
75
- "authors" : [
76
- {
77
- "author" :
" Philip Hazel <[email protected] > University of Cambridge Computing Service, Cambridge, England" ,
78
- "start_line" : 8 ,
79
- "end_line" : 9
80
- }
81
- ],
75
+ "authors" : [],
82
76
"emails" : [],
83
77
"urls" : [],
84
78
"files_count" : 0 ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def test_jsp_is_markup(self):
24
24
test_file = self .get_test_loc (u'markup/java.jsp' )
25
25
assert markup .is_markup (test_file )
26
26
27
- def test_jsp_demarkup (self , regen = True ):
27
+ def test_jsp_demarkup (self , regen = False ):
28
28
test_file = self .get_test_loc (u'markup/java.jsp' )
29
29
result = list (markup .demarkup (test_file ))
30
30
expected_loc = self .get_test_loc (u'markup/java.jsp-expected.json' )
You can’t perform that action at this time.
0 commit comments