Skip to content

Instantly share code, notes, and snippets.

@janwirth
Last active April 2, 2016 08:27
Show Gist options
  • Save janwirth/d8db91ffa1bdaeef25eecc40240d2146 to your computer and use it in GitHub Desktop.
Save janwirth/d8db91ffa1bdaeef25eecc40240d2146 to your computer and use it in GitHub Desktop.
it 'should support dynamic attributes', ->
c """
div(class=foo).foo&attributes(dynamicAttributes)
""" , '<div<?php attrs(array("class" => $foo, "class" => "foo"), $dynamicAttributes); ?>></div>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment