No those are backticks and @Teodor is very specific that they have to include the quantity and the plus 1.
However I did try the following:
quantity + 1
'quantity' + 1
'quantity + 1'
`quantity` + 1
`quantity + 1` (which is the one indicated to use)
"quantity" + 1
"quantity + 1"