Skip to content

Commit

Permalink
- Added a couple more tests to our details test
Browse files Browse the repository at this point in the history
- Added a gitattributes file to force line endings to be correct.
  • Loading branch information
mvandervoord committed Dec 30, 2015
1 parent cda8d3a commit d1ab630
Show file tree
Hide file tree
Showing 4 changed files with 720 additions and 654 deletions.
30 changes: 30 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
* text=auto

# These files are text and should be normalized (convert crlf to lf)
*.rb text
*.test text
*.c text
*.cpp text
*.h text
*.txt text
*.yml text
*.s79 text
*.bat text
*.xcl text
*.inc text
*.info text
*.md text
makefile text
rakefile text


#These files are binary and should not be normalized
*.doc binary
*.odt binary
*.pdf binary
*.ewd binary
*.eww binary
*.dni binary
*.wsdt binary
*.dbgdt binary
*.mac binary
2 changes: 1 addition & 1 deletion lib/cmock_generator_plugin_return_thru_ptr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class CMockGeneratorPluginReturnThruPtr

def initialize(config, utils)
@utils = utils
@priority = 1
@priority = 1 #TODO: it's 1 to come before ignore_arg returns... but should be after expects otherwise (like 9)
end

def instance_typedefs(function)
Expand Down
Loading

0 comments on commit d1ab630

Please sign in to comment.