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 7272 "percentage_of_license_text" : 100.0 ,
7373 "copyrights" : [],
7474 "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" : [],
8276 "emails" : [],
8377 "urls" : [],
8478 "files_count" : 0 ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def test_jsp_is_markup(self):
2424 test_file = self .get_test_loc (u'markup/java.jsp' )
2525 assert markup .is_markup (test_file )
2626
27- def test_jsp_demarkup (self , regen = True ):
27+ def test_jsp_demarkup (self , regen = False ):
2828 test_file = self .get_test_loc (u'markup/java.jsp' )
2929 result = list (markup .demarkup (test_file ))
3030 expected_loc = self .get_test_loc (u'markup/java.jsp-expected.json' )
You can’t perform that action at this time.
0 commit comments