#1960 - Add unit test to look for extra spaces at end of line

- Added no_extra_spaces_at_end_of_line_test to File_Structure_Test.
- Updated Gallery_Filters to exclude testing code that isn't ours.
- Removed existing extra spaces.  New test now passes.
This commit is contained in:
shadlaws
2013-01-24 12:03:05 +01:00
parent 3e451d6edc
commit 031dd3bd6f
8 changed files with 33 additions and 13 deletions

View File

@@ -365,7 +365,7 @@
}
}
});
var tag_button = new Ext.Button({
flex: 2,
text: <?= t("Tag")->for_js() ?>,
@@ -425,11 +425,11 @@
sort_column_combobox,
sort_order_combobox
]
},
},
<? if (module::is_active("tag")): ?>
{
xtype: "spacer",
flex: 3
flex: 3
},
tag_textfield,
tag_button,